From 59705f97b31507116fad45a4a6fd239a52bfdf03 Mon Sep 17 00:00:00 2001 From: srueda99 Date: Mon, 18 Apr 2022 14:58:24 -0500 Subject: [PATCH] Stable version --- .github/workflows/cicd.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 963b518..d4b2743 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -10,7 +10,7 @@ jobs: - name: Copy using key id: key-job - uses: srueda99/scp-action@v7 + uses: srueda99/scp-action@stable with: port: 22 host: ${{ secrets.SERVER_ADDRESS }} diff --git a/README.md b/README.md index 39fdcab..d8e4134 100644 --- a/README.md +++ b/README.md @@ -72,4 +72,4 @@ with: passphrase: ${{ secrets.SERVER_PASSPHRASE }} ``` -Enjoy it!! \ No newline at end of file +Enjoy it! \ No newline at end of file