Skip to content

Commit

Permalink
github_actions(cleanup): fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ada-phillips committed Aug 3, 2024
1 parent 0514def commit f83859f
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 @@ -11,6 +11,6 @@ jobs:
- uses: actions/checkout@v4.1.1
- name: Clean up
run: |
gh release delete "BRANCH_${{ github.event.ref }} -y --cleanup-tag"
gh release delete "BRANCH_${{ github.event.ref }}" -y --cleanup-tag
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit f83859f

Please sign in to comment.