liri-infra/fetch-artifact
Fetch and extract an artifact
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token | yes | ${{ github.token }} |
| repository | Repository name with owner (like actions/checkout) | yes | ${{ github.repository }} |
| workflow_path | Path to the workflow file, used to identify the workflow | yes | — |
| artifact_name | Name of the artifact | yes | — |
| save_as | Alternative file name to give to the downloaded artifact | — | — |
| extract_to | Path where the artifact is extracted, defaults to the current directory | yes | . |
Outputs
no outputs