andrewiggins/Download base artifact
Download the base artifact for the current workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| artifact | The name of the artifact to download | yes | — |
| workflow | The workflow file name that generates the desired artifact. Defaults to the current workflow. | no | — |
| path | The path to download the artifact to. Defaults to the current working directory. | no | — |
| required | If required, this action will fail if a matching artifact cannot be found | no | — |
| baseRef | The git ref whose artifact is to be downloaded. For branches prefix branch name with 'heads/'. For tags prefix tag with 'tags/'. Also accepts commit shas. Automatically determined for pull requests and push events. | no | — |
| github_token | The GITHUB_TOKEN for the current workflow run | no | ${{github.token}} |
Outputs
no outputs