README: fix url
This commit is contained in:
parent
adef069673
commit
8504fd9411
@ -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/
|
||||
@ -45,4 +45,4 @@ command="rrsync -wo /directory/to/write/to",restrict,no-agent-forwarding,no-port
|
||||
|
||||
The path specified in `target` will now be relative to `/directory/to/write/to`.
|
||||
|
||||
[rsync]: https://rsync.samba.org/
|
||||
[rsync]: https://rsync.samba.org/
|
||||
|
Loading…
Reference in New Issue
Block a user