We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0da85c commit b0a2d85Copy full SHA for b0a2d85
.github/workflows/submit-winget.yml
@@ -9,7 +9,8 @@ jobs:
9
name: Submit to WinGet repository
10
runs-on: windows-latest
11
steps:
12
- # Needed with GitHub Action CI because of https://github.com/microsoft/winget-create/issues/502
+ # Sometimes wingetcreate may fail to sync fork automatically, so we do it manually here.
13
+ # Ref: https://github.com/microsoft/winget-create/issues/502
14
- 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
0 commit comments