mall1/Znas Upload
A GitHub Action that uploads a folder or file to Znas using Puppeteer via Docker.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| upload_url | The URL to upload files to | yes | — |
| upload_path | The path of the folder or file to upload | yes | — |
| upload_name | The optional name for the uploaded zip file or file (without extension) | no | — |
| add_timestamp_suffix | Set to 'true' to add a timestamp to the file name, 'false' to disable | no | true |
Outputs
| name | description |
|---|---|
| uploaded_file | The zip file or file uploaded |