mozgiii/Artifact Info
Get the info of the previously uploaded Github Actions artifact
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo | The repo name in the form of "[organization/user]/[repo]" | yes | ${{ github.repository }} |
| run-id | The run ID to filter artifacts at | yes | ${{ github.run_id }} |
| artifact-name | The name of the artifact to look for | yes | — |
| token | The Github Token to authenticate with | yes | ${{ github.token }} |
| timeout | The timeout in seconds for the data fetching loop | yes | 600 |
| wait-between-attempts | The amount of time in seconds to wait between data fetching attempts in the loop | yes | 10 |
Outputs
| name | description |
|---|---|
| raw | The raw artifact info JSON |
| archive-download-url | The archive download URL for the artifact |