Fix documentation (#18)

needed to show correct docs on Woodpecker plugin page
This commit is contained in:
Florian Maurer 2023-05-20 19:43:57 +02:00 committed by GitHub
parent d9d0424b9f
commit b7a984ed39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ that will allow pushing build artifacts to any [WebDAV](http://www.webdav.org/)
| ------------------ |--------- | --------------------------------------------
| `file` | **✓** | File(s) to upload. Use [curl syntax](https://curl.se/docs/manpage.html#-T) for multiple (e.g. `{dogs.png,cats.jpg}`)
| `destination` | **✓** | The WebDav **folder** url
| `user` | **✓** | The WebDav-**User** to use
| `username` | **✓** | The WebDav-**User** to use
| `password` | | The **Password** for the WebDav-User
| `proxy_url` | | May be used to specify a proxy (e.g. `socks5://{ip_address}:{port}`
| `timeout` | | Defines a timeout (in seconds) to stop the upload after a certain time
@ -40,7 +40,7 @@ pipeline:
settings:
file: com.vividboarder.otbeta/build/outputs/apk/com.vividboarder.otbeta-debug.apk
destination: https://my.nextcloud.com/remote.php/dav/files/vividboarder/Android/Apks/
user:
username:
from_secret: WEBDAV_USER
password:
from_secret: WEBDAV_PASSWORD