Skip to content

Commit

Permalink
Update delete_label.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
codycooperross authored Jul 26, 2024
1 parent e58e1ec commit e59b1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/delete_label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
permissions:
issues: write
steps:
- run: gh label list -R $DEST_REPO | grep $NAME && gh label delete "$NAME" --yes -R $DEST_REPO
- run: gh label list -R $DEST_REPO | grep "$NAME" && gh label delete "$NAME" --yes -R $DEST_REPO
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_REPO: ${{ github.repository }}
Expand Down

0 comments on commit e59b1ea

Please sign in to comment.