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