actions-marketplace-validations/Upload WebDAV
Github Action for uploading files to a webdav server
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| webdav_address | The webdav address | yes | — |
| webdav_username | WebDAV username | yes | — |
| webdav_password | WebDAV password | yes | — |
| webdav_upload_path | WebDAV upload path | yes | — |
| files | Newline-delimited list of path globs for asset files to upload | yes | — |
| keep_structure | Keep the structure of the files | no | false |
| fail_on_unmatched_files | Fail the action when exist unmatched file | no | false |
| fast_fail | Throw error when upload file failed. If set to false, the action will continue to upload other files, the action will be marked as success | no | true |
Outputs
no outputs