Skip to content

Commit

Permalink
ci: use relative path to labels
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Sep 11, 2024
1 parent c07d28a commit 218b1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
- uses: actions/checkout@v4
- uses: EndBug/label-sync@v2
with:
config-file: ./github/labels.json
config-file: ./.github/labels.json
delete-other-labels: true
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 218b1f4

Please sign in to comment.