rashidov-eu/Check Artifact Info
Check whether artifact with the given name was uploaded and return its information
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 6, 2024
- License
- None
Pinned Snippet
uses: rashidov-eu/check-artifact@068780e86e27faeb153a4a56daa134b69485c1be # v2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| name | Name of the artifact to check. | yes | — |
| github-token | The GitHub token used to authenticate with the GitHub API. | yes | — |
| repository | The repository owner and the repository name joined together by "/". If not specified, this is the repository where artifact will be searched for. | no | ${{ github.repository }} |
Outputs
| name | description |
|---|---|
| id | Id of the artifact found. If not found, this will be empty string |
| run-id | Id of the workflow run where the given artifact was uploaded from. |