gimlet-io/Gimlet Artifact Shipper Action
Ship releasable software artifacts to Gimlet
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| fields | Metadata to attach to the artifact | no | — |
| debug | Set it to true if you want to print the artifact instead of shipping it | no | false |
| branchHead | Branch commit sha for PRs. $GITHUB_SHA contains the merge head sha for PRs, which is a sha that Gimlet doesn't know about | no | ${{ github.event.pull_request.head.sha }} |
| wait | Set it to true if you want to watch tracking the artifact and wait until got success or error | no | false |
| timeout | Set the time for wait flag of artifact track | no | 10m |
| deploy | Set it to true if you want deploy an artifact to an environment | no | false |
| env | If $DEPLOY is set to true, deployment will take place to this environment | no | — |
| app | If $DEPLOY is set to true, this app will be deployed to $ENV | no | — |
Outputs
| name | description |
|---|---|
| artifact-id | ID of the created artifact |