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.
2 parents ac459b1 + 630a9db commit 51ce0eaCopy full SHA for 51ce0ea
1 file changed
.github/workflows/winget_deploy.yml
@@ -14,6 +14,9 @@ jobs:
14
- name: Checkout
15
uses: actions/checkout@v6
16
17
+ - name: Sync winget-pkgs fork
18
+ run: gh repo sync TraGicCode/winget-pkgs -b master --force
19
+
20
- name: Update Winget package
21
uses: michidk/winget-updater@v1
22
with:
0 commit comments