actions-marketplace-validations/Update APT repo
Update APT repo on GitHub pages with new packages.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 12, 2023
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/arkane-systems_apt-repo-update@4d3a5f66ce37b9a16b05422b6561c0ca2a417f5d # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| debug | Print debug log | no | — |
| github_token | GitHub token with commit and push scope. | yes | — |
| git_commit_message | Git commit message. | no | [apt-action] Update apt repo with last pushed updates. |
| git_push_branch | Git branch to push to. | no | master |
| repo_supported_arch | Newline-delimited list of supported architectures. | yes | — |
| repo_supported_distro | Newline-delimited list of supported distributions. | yes | — |
| repo_directory | Location of APT repo folder relative to git repo root. | no | apt |
| update_directory | Directory in which updated packages are placed. | no | updates |
| private_key | GPG private key for signing apt repo | yes | — |
| key_passphrase | Passphrase of GPG private key | yes | — |
Outputs
no outputs