animately/Download a PR artifact
Store and share artifacts within GitHub Pull Requests.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub Personal Access Token | no | ${{ github.token }} |
| pr | GitHub Pull Request number | no | ${{ github.event.pull_request.number }} |
| repo | Repository name with owner (like actions/checkout) | no | ${{ github.repository }} |
| workflow_file_name | The name of the workflow (like ci.yml) | yes | — |
| artifact_name | The name of the artifact (like my-artifact) | yes | — |
| path | Where to unpack the artifact | no | ./ |
Outputs
no outputs