Readme modified

This commit is contained in:
srueda99 2022-04-18 18:29:17 -05:00
parent d7eacc152d
commit a4792200f3

View File

@ -1,5 +1,5 @@
# SCP ACTION # SCP ACTION
***By [SRUEDA99]*** ***By `SRUEDA99`***
## Overview ## Overview
This action to copy the files from your repository to a remote server using **SCP** (Secure Copy Protocol). 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** **With password**
``` ```
name: copy using password name: copy using password
uses: srueda99/scp-action@stable uses: srueda99/scp-action@v9
with: with:
port: 22 port: 22
host: ${{ secrets.SERVER_ADDRESS }} host: ${{ secrets.SERVER_ADDRESS }}
@ -37,7 +37,7 @@ with:
**With key** **With key**
``` ```
name: copy using key name: copy using key
uses: srueda99/scp-action@stable uses: srueda99/scp-action@v9
with: with:
port: 22 port: 22
host: ${{ secrets.SERVER_ADDRESS }} host: ${{ secrets.SERVER_ADDRESS }}
@ -49,7 +49,7 @@ with:
**With origin folder** **With origin folder**
``` ```
name: copy using password name: copy using password
uses: srueda99/scp-action@stable uses: srueda99/scp-action@v9
with: with:
port: 22 port: 22
host: ${{ secrets.SERVER_ADDRESS }} host: ${{ secrets.SERVER_ADDRESS }}
@ -62,7 +62,7 @@ with:
**With passphrase** **With passphrase**
``` ```
name: copy using key name: copy using key
uses: srueda99/scp-action@stable uses: srueda99/scp-action@v9
with: with:
port: 22 port: 22
host: ${{ secrets.SERVER_ADDRESS }} host: ${{ secrets.SERVER_ADDRESS }}