gregarcara/Download workflow artifact
Download and extract an artifact by name
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token | no | ${{ github.token }} |
| name | Artifact name (download all artifacts if not specified) | yes | fail |
| path | Where to unpack the artifact | no | ./ |
| repo | Repository name with owner (like actions/checkout) | no | ${{ github.repository }} |
Outputs
| name | description |
|---|---|
| error_message | The error message, if an error occurs |
| found_artifact | Boolean output which is true if the artifact was found and false otherwise |