myci-actions/Add debian repository
Add debian repository to /etc/apt/sources.list.d
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo | repository line as it appears in the sources.list | yes | — |
| repo-name | name of the repository, the name will be used for a new file in the /etc/apt/sources.list.d directory, the .list suffix will be added to the name | yes | — |
| keys | repository keys to import using apt-key | no | — |
| key-server | key server to import repository keys from, or direct URL to key if "keys" is not specified | no | — |
| keys-asc | URL to ascii armored keys, the key is saved to /etc/apt/trusted.gpg.d/<repo-name>.asc | no | — |
| update | perform 'apt update' after adding the repo | no | true |
| install | space separated list of packages to install after adding the repo, update will be performed first | no | — |
Outputs
no outputs