From a4792200f3974f0e83d38b54410bb7da12c9df7c Mon Sep 17 00:00:00 2001 From: srueda99 Date: Mon, 18 Apr 2022 18:29:17 -0500 Subject: [PATCH] Readme modified --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d8e4134..4ddcb33 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # SCP ACTION -***By [SRUEDA99]*** +***By `SRUEDA99`*** ## Overview This action to copy the files from your repository to a remote server using **SCP** (Secure Copy Protocol). @@ -25,7 +25,7 @@ Use Github secrets to give these parameters. **With password** ``` name: copy using password -uses: srueda99/scp-action@stable +uses: srueda99/scp-action@v9 with: port: 22 host: ${{ secrets.SERVER_ADDRESS }} @@ -37,7 +37,7 @@ with: **With key** ``` name: copy using key -uses: srueda99/scp-action@stable +uses: srueda99/scp-action@v9 with: port: 22 host: ${{ secrets.SERVER_ADDRESS }} @@ -49,7 +49,7 @@ with: **With origin folder** ``` name: copy using password -uses: srueda99/scp-action@stable +uses: srueda99/scp-action@v9 with: port: 22 host: ${{ secrets.SERVER_ADDRESS }} @@ -62,7 +62,7 @@ with: **With passphrase** ``` name: copy using key -uses: srueda99/scp-action@stable +uses: srueda99/scp-action@v9 with: port: 22 host: ${{ secrets.SERVER_ADDRESS }}