ci: fix winget-release workflow (#11865)

This commit is contained in:
Muhammad Atif Ali
2024-01-29 13:49:20 +03:00
committed by GitHub
parent bc4ae53261
commit 8398b4188b
+5
View File
@@ -408,6 +408,11 @@ jobs:
if: ${{ !inputs.dry_run }}
steps:
- name: Sync fork
run: gh repo sync cdrci/winget-pkgs -b master
env:
GH_TOKEN: ${{ secrets.WINGET_GH_TOKEN }}
- name: Checkout
uses: actions/checkout@v4
with: