Skip to content

Commit 6187591

Browse files
authored
github_actions(cleanup): fix quotes (#17)
1 parent 0514def commit 6187591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
- uses: actions/checkout@v4.1.1
1212
- name: Clean up
1313
run: |
14-
gh release delete "BRANCH_${{ github.event.ref }} -y --cleanup-tag"
14+
gh release delete "BRANCH_${{ github.event.ref }}" -y --cleanup-tag
1515
env:
1616
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)