Skip to content

Commit 17c4d3b

Browse files
authored
(maint) Fix branch name
While there is a redirect from master to main, better to use the actual branch name, which is main.
1 parent dfbe256 commit 17c4d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/label-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: EndBug/label-sync@v2
2222
with:
2323
config-file: |
24-
https://raw.githubusercontent.com/chocolatey/.github/master/.github/labels.yml
24+
https://raw.githubusercontent.com/chocolatey/.github/main/.github/labels.yml
2525
.github/labels.yml
2626
request-token: ${{ secrets.SYNC_TOKEN }} # Used when getting the config files.
2727
delete-other-labels: true # After initial run, and verification change this to true

0 commit comments

Comments
 (0)