diff --git a/.github/workflows/trigger-git-pull.yml b/.github/workflows/trigger-git-pull.yml index 410b075..68de58b 100644 --- a/.github/workflows/trigger-git-pull.yml +++ b/.github/workflows/trigger-git-pull.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Execute remote ssh commands using ssh key - uses: appleboy/ssh-action@v1.0.3 + uses: appleboy/ssh-action@v1.1.0 with: host: trinity.fsi.uni-tuebingen.de username: ${{ secrets.SSH_USERNAME }}