wow-actions/Download Upload
Download a file from url and then upload it to your repo
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | Your GitHub token for authentication. | yes | — |
| url | The file url to download | yes | — |
| filename | The file name to save | no | — |
| dir | The dir path to save the file | no | — |
| commit_message | Commit message when update the file | no | chore: update file [skip ci] |
Outputs
| name | description |
|---|---|
| filepath | The file path saved in your repo |