README: fix url

This commit is contained in:
Oystein Kristoffer Tveit 2024-12-10 20:18:11 +01:00
parent adef069673
commit 8504fd9411
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

View File

@ -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/