diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54e234c..39ccc2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@master - name: executing remote ssh commands - uses: appleboy/scp-action@master + uses: appleboy/ssh-action@master with: host: ${{ secrets.HOST }} username: ${{ secrets.USERNAME }}