Change on Readme

This commit is contained in:
srueda99 2022-04-18 13:20:51 -05:00
parent e12784daec
commit b29b4d4bf6
2 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ jobs:
- name: Copy using key
id: key-job
uses: srueda99/scp-action@v1
uses: srueda99/scp-action@v2
with:
port: 22
host: ${{ secrets.SERVER_ADDRESS }}

View File

@ -23,7 +23,7 @@ Use Github secrets to give these parameters.
**With password**
```
name: Copy using password
uses: srueda99/scp-action@v1
uses: srueda99/scp-action@v2
with:
port: 22
host: ${{ secrets.SERVER_ADDRESS }}
@ -35,7 +35,7 @@ with:
**With key**
```
name: Copy using key
uses: srueda99/scp-action@v1
uses: srueda99/scp-action@v2
with:
port: 22
host: ${{ secrets.SERVER_ADDRESS }}
@ -47,7 +47,7 @@ with:
**With origin folder**
```
name: Copy using password
uses: srueda99/scp-action@v1
uses: srueda99/scp-action@v2
with:
port: 22
host: ${{ secrets.SERVER_ADDRESS }}
@ -60,7 +60,7 @@ with:
**With passphrase**
```
name: Copy using key
uses: srueda99/scp-action@v1
uses: srueda99/scp-action@v2
with:
port: 22
host: ${{ secrets.SERVER_ADDRESS }}