mirror of
https://github.com/ViViDboarder/drone-webdav.git
synced 2025-01-04 19:47:33 +00:00
Merge pull request #19 from tomix1024/patch/username
Fix user->username in Readme.md examples
This commit is contained in:
commit
95b0ef6abf
@ -13,7 +13,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: myusername
|
||||
username: myusername
|
||||
password: mypassword
|
||||
```
|
||||
|
||||
@ -26,7 +26,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
|
||||
|
Loading…
Reference in New Issue
Block a user