actions-marketplace-validations/Add debian repository

Add debian repository to /etc/apt/sources.list.d

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Aug 27, 2021
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/myci-actions_add-deb-repo@29d835eb5ec1478348fecf7449593731333b2470 # no releases — HEAD as of 2026-07-13

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
reporepository line as it appears in the sources.listyes
repo-namename 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 nameyes
keysrepository keys to import using apt-keyno
key-serverkey server to import repository keys from, or direct URL to key if "keys" is not specifiedno
keys-ascURL to ascii armored keys, the key is saved to /etc/apt/trusted.gpg.d/<repo-name>.ascno
updateperform 'apt update' after adding the reponotrue
installspace separated list of packages to install after adding the repo, update will be performed firstno

no outputs