marocchino/on_artifact

Optimized for workflow_run. Download artifact and set as output then clear it

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jul 11, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: marocchino/on_artifact@15ee6e49e31cdbc538ee54332436e6de32c809a3 # v2.0.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
nameartifact name.yes
pathpath to unzip it. default is artifact name.no
run_idset workflow_run id, This defaults to {{ github.event.workflow_run.id }}no${{ github.event.workflow_run.id }}
GITHUB_TOKENThe GitHub access token (e.g. secrets.GITHUB_TOKEN) used to create or update the comment. This defaults to {{ github.token }}.no${{ github.token }}

no outputs