mirror of
https://github.com/trympet/nextcloud-artifacts-action.git
synced 2025-04-24 20:16:08 +02:00
Update README.md
This commit is contained in:
parent
62e99ad6b2
commit
dec03f56e0
@ -1,5 +1,5 @@
|
||||
# Nextcloud Artifact Upload Action
|
||||
Upload artifacts to nextcloud and outputs a shareable URL.
|
||||
Upload artifacts to nextcloud and output a shareable URL.
|
||||
|
||||
### How it looks:
|
||||

|
||||
@ -23,7 +23,7 @@ jobs:
|
||||
with:
|
||||
name: 'my-artifact' # Name of the artifact
|
||||
path: 'bin/**/*.exe' # Globbing supported
|
||||
nextcloud-url: 'https://nextcloud.example.com' # Format of test results
|
||||
nextcloud-url: 'https://nextcloud.example.com' # Nextcloud URL
|
||||
nextcloud-username: ${{ secrets.NEXTCLOUD_USERNAME }} # Username from repository secret
|
||||
nextcloud-password: ${{ secrets.NEXTCLOUD_PASSWORD }} # Password from repository secret
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user