README: fix url
This commit is contained in:
@ -8,7 +8,7 @@ Basic usage:
|
||||
|
||||
```yaml
|
||||
- name: Transfer files
|
||||
uses: https://git.pvv.ntnu.no/oysteikt/rsync-action@v1
|
||||
uses: https://git.pvv.ntnu.no/Projects/rsync-action@v1
|
||||
with:
|
||||
source: ./path/to/directory/
|
||||
target: /path/at/remote/
|
||||
@ -21,7 +21,7 @@ Advanced usage:
|
||||
|
||||
```yaml
|
||||
- name: Transfer files
|
||||
uses: https://git.pvv.ntnu.no/oysteikt/rsync-action@v1
|
||||
uses: https://git.pvv.ntnu.no/Projects/rsync-action@v1
|
||||
with:
|
||||
source: ./path/to/directory/
|
||||
target: /path/at/remote/
|
||||
|
Reference in New Issue
Block a user