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