Fix user->username in Readme.md examples

This commit is contained in:
Tom Kneiphof 2023-06-29 19:54:28 +02:00
parent b7a984ed39
commit 5d84b40f1c
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ pipeline:
settings: settings:
file: com.vividboarder.otbeta/build/outputs/apk/com.vividboarder.otbeta-debug.apk file: com.vividboarder.otbeta/build/outputs/apk/com.vividboarder.otbeta-debug.apk
destination: https://my.nextcloud.com/remote.php/dav/files/vividboarder/Android/Apks/ destination: https://my.nextcloud.com/remote.php/dav/files/vividboarder/Android/Apks/
user: myusername username: myusername
password: mypassword password: mypassword
``` ```
@ -26,7 +26,7 @@ pipeline:
settings: settings:
file: com.vividboarder.otbeta/build/outputs/apk/com.vividboarder.otbeta-debug.apk file: com.vividboarder.otbeta/build/outputs/apk/com.vividboarder.otbeta-debug.apk
destination: https://my.nextcloud.com/remote.php/dav/files/vividboarder/Android/Apks/ destination: https://my.nextcloud.com/remote.php/dav/files/vividboarder/Android/Apks/
user: username:
from_secret: WEBDAV_USER from_secret: WEBDAV_USER
password: password:
from_secret: WEBDAV_PASSWORD from_secret: WEBDAV_PASSWORD