cdqag/Swarmia Deployment
Send deployment data to the Swarmia Deployment API.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| auth-header | Authorization header value for Swarmia API. | yes | — |
| version | Identifier for the deployed version. | yes | — |
| app-name | Identifier for the component being deployed. | yes | — |
| environment | Deployment environment. Defaults to "default" on the Swarmia side if not provided. | no | "" |
| deployed-at | Timestamp in ISO 8601 format (e.g. 2022-04-11T02:22:47Z). Defaults to current time if not provided. | no | "" |
| description | Description for the deployment (max 2048 characters). Shown in the Deployment Insights table. | no | "" |
| commit-sha | Full SHA of the latest commit in the deployment. Used to associate PRs with the deployment. | no | ${{ github.sha }} |
| repository-full-name | Repository full name. Required if commit-sha is provided. | no | ${{ github.repository }} |
| included-commit-shas | JSON array of commit SHAs included in this deployment (e.g. ["sha1","sha2"]). For monorepo setups. | no | "" |
| file-path-filter | File path filter for monorepo setups. PRs must include changes matching this path to be associated. | no | "" |
Outputs
no outputs