actions-marketplace-validations/Push Build Information to Octopus Deploy
GitHub Action to push build information to Octopus Deploy
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 24, 2026
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/octopusdeploy_push-build-information-action@007c99e76f8d649e518de3c504404ba99a915977 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| packages | A multi-line list of packages to push to Octopus Deploy. | — | — |
| version | The version of the package(s) | — | — |
| overwrite_mode | Determines the action to perform with build information if it already exists in the repository. Valid values are "FailIfExists", "OverwriteExisting", and "IgnoreIfExists". | — | FailIfExists |
| branch | The branch name, if omitted the GitHub ref will be used. | — | — |
| api_key | The 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. | — | — |
| server | The base URL hosting Octopus Deploy (i.e. "https://octopus.example.com/"). It is recommended to retrieve this value from an environment variable. | — | — |
| space | The name or ID of a space within which this command will be executed. If omitted, the default space will be used. | — | — |
Outputs
no outputs