techmatt101/merge-queue-reuse-artifacts
A Github Action that allows merge queue workflows to reuse artifacts from a previous pull request workflow when branch is not behind.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token | no | ${{ github.token }} |
| workflow-id | Workflow file name or ID | yes | — |
| path | Directory where to extract artifact(s), defaults to the current directory | no | ./ |
| retention-days | Duration after which artifact will expire in days. 0 or 'default' will use default retention. 'match' will use the same as the source artifact. | no | match |
| compression-level | The level of compression for Zlib to be applied to the artifact archive. | no | 6 |
Outputs
| name | description |
|---|---|
| artifacts-reused | A boolean value to indicate if artifacts have been copied over from a previous workflow |