marocchino/on_artifact
Optimized for workflow_run. Download artifact and set as output then clear it
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 11, 2024
- License
- MIT
Pinned Snippet
uses: marocchino/on_artifact@15ee6e49e31cdbc538ee54332436e6de32c809a3 # v2.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| name | artifact name. | yes | — |
| path | path to unzip it. default is artifact name. | no | — |
| run_id | set workflow_run id, This defaults to {{ github.event.workflow_run.id }} | no | ${{ github.event.workflow_run.id }} |
| GITHUB_TOKEN | The GitHub access token (e.g. secrets.GITHUB_TOKEN) used to create or update the comment. This defaults to {{ github.token }}. | no | ${{ github.token }} |
Outputs
no outputs