From b7a984ed3969597ade01869eb29bb269cebebcd2 Mon Sep 17 00:00:00 2001 From: Florian Maurer Date: Sat, 20 May 2023 19:43:57 +0200 Subject: [PATCH] Fix documentation (#18) needed to show correct docs on Woodpecker plugin page --- docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs.md b/docs.md index cfeb769..87c5e38 100644 --- a/docs.md +++ b/docs.md @@ -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