diff --git a/.github/workflows/cleanup_pr.yml b/.github/workflows/cleanup_pr.yml index beeace7e312..3ec8192a27c 100644 --- a/.github/workflows/cleanup_pr.yml +++ b/.github/workflows/cleanup_pr.yml @@ -27,7 +27,7 @@ jobs: echo "branch=${{ github.event.pull_request.head.ref }}" >> $GITHUB_OUTPUT - name: Delete folder on builds.jabref.org if: steps.checksecrets.outputs.secretspresent == 'YES' - uses: appleboy/ssh-action@v0.1.5 + uses: appleboy/ssh-action@v0.1.6 with: script: rm -rf /var/www/builds.jabref.org/www/${{ steps.extract_branch.outputs.branch }} || true host: build-upload.jabref.org