Skip to content

Commit

Permalink
Remove unnecessary quotes in the sync-labels workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonnnj committed Oct 2, 2024
1 parent 942c0dc commit a267662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name: sync-labels
on:
push:
paths:
- '.github/labels.yml'
- '.github/workflows/sync-labels.yml'
- .github/labels.yml
- .github/workflows/sync-labels.yml
workflow_dispatch:

permissions:
Expand Down

0 comments on commit a267662

Please sign in to comment.