actions-marketplace-validations/Push Build Information to Octopus Deploy

GitHub Action to push build information to Octopus Deploy

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Mar 24, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/octopusdeploy_push-build-information-action@007c99e76f8d649e518de3c504404ba99a915977 # no releases — HEAD as of 2026-07-12

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

namedescriptionrequireddefault
packagesA multi-line list of packages to push to Octopus Deploy.
versionThe version of the package(s)
overwrite_modeDetermines the action to perform with build information if it already exists in the repository. Valid values are "FailIfExists", "OverwriteExisting", and "IgnoreIfExists".FailIfExists
branchThe branch name, if omitted the GitHub ref will be used.
api_keyThe API key used to access Octopus Deploy. You must provide an API key or username and password. If the guest account is enabled, a key of API-GUEST may be used. It is strongly recommended that this value retrieved from a GitHub secret.
serverThe base URL hosting Octopus Deploy (i.e. "https://octopus.example.com/"). It is recommended to retrieve this value from an environment variable.
spaceThe name or ID of a space within which this command will be executed. If omitted, the default space will be used.

no outputs