Merge pull request #3 from trympet/master

V2
This commit is contained in:
TrymPet 2024-02-12 11:32:36 +01:00 committed by GitHub
commit 6b9b36130a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# Nextcloud Artifact Upload Action # 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: ### How it looks:
![image](https://user-images.githubusercontent.com/23460729/120891750-7f247380-c60a-11eb-9998-3b3b7f61066f.png) ![image](https://user-images.githubusercontent.com/23460729/120891750-7f247380-c60a-11eb-9998-3b3b7f61066f.png)
@ -23,7 +23,7 @@ jobs:
with: with:
name: 'my-artifact' # Name of the artifact name: 'my-artifact' # Name of the artifact
path: 'bin/**/*.exe' # Globbing supported 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-username: ${{ secrets.NEXTCLOUD_USERNAME }} # Username from repository secret
nextcloud-password: ${{ secrets.NEXTCLOUD_PASSWORD }} # Password from repository secret nextcloud-password: ${{ secrets.NEXTCLOUD_PASSWORD }} # Password from repository secret
``` ```

View File

@ -30,5 +30,5 @@ inputs:
required: false required: false
default: ${{ github.token }} default: ${{ github.token }}
runs: runs:
using: 'node12' using: 'node20'
main: 'dist/index.js' main: 'dist/index.js'