cdqag/Download file from GitHub repository

Composite action that downloads a given file from a GitHub repository

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGitHub token with read access to the repository, default GitHub token is used if not provided${{ github.token }}
repositoryName of the repository. By default, the repository where the action is run${{ github.repository }}
fileFile to downloadyes
destinationCustom destination path for the downloaded file, defaults (empty string) to the file name""

no outputs