Skip to content

Commit

Permalink
Update cleanup.yml (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanBout authored Jan 25, 2025
1 parent 080a845 commit 02a2525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
actions: write

env:
BRANCH: ${{ github.event_type == 'pull_request' && 'refs/pull/${{ github.event.pull_request.number }}/merge' || github.event.ref }}
BRANCH: ${{ github.event_name == 'pull_request' && 'refs/pull/${{ github.event.pull_request.number }}/merge' || github.event.ref }}

jobs:
cleanup:
Expand Down

0 comments on commit 02a2525

Please sign in to comment.