From 251c94e7ce2ec2c33a4243ceb04c495cb8ed4c0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 18:02:16 +0000 Subject: [PATCH] Bump appleboy/ssh-action from v0.0.6 to v0.1.2 Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from v0.0.6 to v0.1.2. - [Release notes](https://github.com/appleboy/ssh-action/releases) - [Commits](https://github.com/appleboy/ssh-action/compare/v0.0.6...e2cbea5f00b5f8d63f24ff104ec5446ca9dbc56c) Signed-off-by: dependabot[bot] --- .github/workflows/cleanup_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cleanup_pr.yml b/.github/workflows/cleanup_pr.yml index b43abfb56782..5131865fc977 100644 --- a/.github/workflows/cleanup_pr.yml +++ b/.github/workflows/cleanup_pr.yml @@ -27,7 +27,7 @@ jobs: echo "##[set-output name=branch;]$(echo ${{ github.event.pull_request.head.ref }})" - name: Delete folder on builds.jabref.org if: ${{ steps.checksecrets.outputs.secretspresent }} - uses: appleboy/ssh-action@v0.0.6 + uses: appleboy/ssh-action@v0.1.2 with: script: rm -rf /var/www/builds.jabref.org/www/${{ steps.extract_branch.outputs.branch }} || true host: build-upload.jabref.org