From b8768ecdd6dd99c8c65501677b75c3b70c94da82 Mon Sep 17 00:00:00 2001 From: srueda99 Date: Tue, 19 Apr 2022 11:23:24 -0500 Subject: [PATCH] Readme edited --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 244f7b3..e12357a 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Use Github secrets to give these parameters. **With password** ``` name: copy using password -uses: srueda99/scp-action@v9 +uses: srueda99/scp-action@v12 with: port: 22 host: ${{ secrets.SERVER_ADDRESS }} @@ -37,7 +37,7 @@ with: **With key** ``` name: copy using key -uses: srueda99/scp-action@v9 +uses: srueda99/scp-action@v12 with: port: 22 host: ${{ secrets.SERVER_ADDRESS }} @@ -49,7 +49,7 @@ with: **With origin folder** ``` name: copy using password -uses: srueda99/scp-action@v9 +uses: srueda99/scp-action@v12 with: port: 22 host: ${{ secrets.SERVER_ADDRESS }} @@ -62,7 +62,7 @@ with: **With passphrase** ``` name: copy using key -uses: srueda99/scp-action@v9 +uses: srueda99/scp-action@v12 with: port: 22 host: ${{ secrets.SERVER_ADDRESS }}