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 Aug 13, 2024
1 parent 37e0cf1 commit abc3925
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 abc3925

Please sign in to comment.