actions-marketplace-validations/Upload WebDAV ZIP
Github Action for uploading files to a webdav server with optional certificate
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 17, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/tszalbot_action-upload-webdav@6865dfad6de06214c1eecaaf638c52fd5cd5b572 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
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 | — |
| webdav_cert | WebDAV certificate | no | — |
| webdav_ca | WebDAV certificate ca | no | — |
| webdav_key | WebDAV certificate key | no | — |
| files | Newline-delimited list of path globs for asset files to upload | yes | — |
| fail_on_unmatched_files | Fail the action when exist unmatch file | no | false |
Outputs
no outputs