Skip to content

Commit

Permalink
Try to fix branch name on cleanup pr action
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Dec 31, 2019
1 parent b1e157f commit 71776f2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cleanup_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ on:
types: [closed]

jobs:
build:

cleanup:
runs-on: ubuntu-latest

steps:
- name: Extract branch name
id: extract_branch
run: |
echo "##[set-output name=branch;]$(echo ${${{ github.event.pull_request.head.ref }}#refs/heads/})"
echo "##[set-output name=branch;]$(echo ${{ github.event.pull_request.head.ref }})"
- name: Delete folder on builds.jabref.org
uses: appleboy/ssh-action@v0.0.6
with:
Expand Down

0 comments on commit 71776f2

Please sign in to comment.