Skip to content

Commit b0a2d85

Browse files
authored
better comment
1 parent d0da85c commit b0a2d85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/submit-winget.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99
name: Submit to WinGet repository
1010
runs-on: windows-latest
1111
steps:
12-
# Needed with GitHub Action CI because of https://github.com/microsoft/winget-create/issues/502
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
1314
- name: Sync winget-pkgs fork
1415
# TODO: Replace <repo-owner> with the owner of the fork
1516
run: gh repo sync <repo-owner>/winget-pkgs -b master

0 commit comments

Comments
 (0)