agriyakhetarpal/github-actions-artifacts-redirector-action
Create a commit status with a direct link to a GitHub Actions artifact
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | The GITHUB_TOKEN secret | yes | — |
| artifact-name | Name of the artifact to link to (as passed to upload-artifact `name:`). If omitted, the first artifact found for the run is used. If archive: false was used with upload-artifact@v7, the artifact name is the filename (without extension) of the uploaded file. | no | "" |
| job-title | The context label shown in the GitHub checks/status UI. Defaults to "<workflow name> artifact". | no | "" |
Outputs
| name | description |
|---|---|
| url | The direct URL to the artifact |