cdqag/Download file from GitHub repository
Composite action that downloads a given file from a GitHub repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token with read access to the repository, default GitHub token is used if not provided | — | ${{ github.token }} |
| repository | Name of the repository. By default, the repository where the action is run | — | ${{ github.repository }} |
| file | File to download | yes | — |
| destination | Custom destination path for the downloaded file, defaults (empty string) to the file name | — | "" |
Outputs
no outputs