Fixing example in readme
This commit is contained in:
parent
68c61830b6
commit
7585482de6
12
README.md
12
README.md
@ -32,11 +32,11 @@ It is recommended to pass all sensitive values through `secrets`
|
|||||||
name: Copy single file
|
name: Copy single file
|
||||||
uses: tempersama/rsync-action@1.4
|
uses: tempersama/rsync-action@1.4
|
||||||
with:
|
with:
|
||||||
host: ${{ secrets.host }}
|
host: ${{ secrets.host }}
|
||||||
source: html/
|
source: html/
|
||||||
destination: /opt/nginx/website.com
|
destination: /opt/nginx/website.com
|
||||||
username: ${{ secrets.username }}
|
username: ${{ secrets.username }}
|
||||||
key: ${{ secrets.SERVER_KEY }}
|
key: ${{ secrets.SERVER_KEY }}
|
||||||
port: 2222
|
port: 2222
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user