Skip to content

Commit

Permalink
ci: use https url to a yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Sep 11, 2024
1 parent 218b1f4 commit 2a4d747
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: 'https://raw.githubusercontent.com/thetutlage/static/main/labels.yml'
delete-other-labels: true
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2a4d747

Please sign in to comment.