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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGitHub tokenno${{ github.token }}
workflow-idWorkflow file name or IDyes
pathDirectory where to extract artifact(s), defaults to the current directoryno./
retention-daysDuration after which artifact will expire in days. 0 or 'default' will use default retention. 'match' will use the same as the source artifact.nomatch
compression-levelThe level of compression for Zlib to be applied to the artifact archive.no6
namedescription
artifacts-reusedA boolean value to indicate if artifacts have been copied over from a previous workflow