cdqag/Swarmia Deployment

Send deployment data to the Swarmia Deployment API.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
auth-headerAuthorization header value for Swarmia API.yes
versionIdentifier for the deployed version.yes
app-nameIdentifier for the component being deployed.yes
environmentDeployment environment. Defaults to "default" on the Swarmia side if not provided.no""
deployed-atTimestamp in ISO 8601 format (e.g. 2022-04-11T02:22:47Z). Defaults to current time if not provided.no""
descriptionDescription for the deployment (max 2048 characters). Shown in the Deployment Insights table.no""
commit-shaFull SHA of the latest commit in the deployment. Used to associate PRs with the deployment.no${{ github.sha }}
repository-full-nameRepository full name. Required if commit-sha is provided.no${{ github.repository }}
included-commit-shasJSON array of commit SHAs included in this deployment (e.g. ["sha1","sha2"]). For monorepo setups.no""
file-path-filterFile path filter for monorepo setups. PRs must include changes matching this path to be associated.no""

no outputs