File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments