pontoco/Get file from repository
Downloads a file from the repository using the github api.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | What file to get. | yes | — |
| name | Name of file after downloading to temp directory. | yes | — |
| token | The token to use to query the Github API. Provided by the Actions context usually. | yes | — |
Outputs
| name | description |
|---|---|
| path | The file locally after downloading. |