actions-marketplace-validations/Upload tag to url
Uploads the zip file from a tag version to a custom url
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | The github token | no | "" |
| to_url | The URL that will be accessed to receive the file | yes | "" |
| url_params | URL params | no | "" |
| tag_version | The tag version just released | no | — |
| file_param | The URL param that used to send the file | no | tag_file |
| filename | The filename from downloaded tag (Default to repository-tag.zip) | no | — |
| filename_ext | The filename extension (Default to zip) | no | zip |
Outputs
| name | description |
|---|---|
| response | Response from the url |