Skip to content

Commit

Permalink
Try to use right ref
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Dec 31, 2019
1 parent 16b738f commit 39dd9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Extract branch name
id: extract_branch
run: |
echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
echo "##[set-output name=branch;]$(echo ${${{ github.event.pull_request.head.ref }}#refs/heads/})"
- name: Delete folder on builds.jabref.org
uses: appleboy/[email protected]
with:
Expand Down

0 comments on commit 39dd9f6

Please sign in to comment.