diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 469edf2..1cd73be 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -29,9 +29,9 @@ jobs: uses: appleboy/ssh-action@master with: host: ${{ secrets.HOST }} - USERNAME: ${{ secrets.USERNAME }} - PORT: ${{ secrets.PORT }} - KEY: ${{ secrets.SSHKEY }} + username: ${{ secrets.USERNAME }} + port: ${{ secrets.PORT }} + key: ${{ secrets.SSHKEY }} script: | cd /var/www/thesarus-scrapper git pull origin main