Skip to content

Commit 5f62b84

Browse files
authored
Update submit-winget.yml
1 parent b0a2d85 commit 5f62b84

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/submit-winget.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
name: Submit to WinGet repository
1010
runs-on: windows-latest
1111
steps:
12-
# Sometimes wingetcreate may fail to sync fork automatically, so we do it manually here.
13-
# Ref: https://github.com/microsoft/winget-create/issues/502
12+
# wingetcreate would sync fork automatically, but it may fail to do so if the fork
13+
# is behind way too many commits or if the token doesn't have the right scopes.
14+
# We sync the fork manually here to avoid any issues. Ref: https://github.com/microsoft/winget-create/issues/502
1415
- name: Sync winget-pkgs fork
15-
# TODO: Replace <repo-owner> with the owner of the fork
16-
run: gh repo sync <repo-owner>/winget-pkgs -b master
16+
run: gh repo sync garrytrinder/winget-pkgs -b master
1717
env:
1818
GH_TOKEN: ${{ secrets.WINGET_GITHUB_TOKEN }}
1919
- name: Submit package using wingetcreate

0 commit comments

Comments
 (0)