mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Add auto sync winget fork to workflow
This commit is contained in:
parent
76f6a2da6b
commit
889026b092
1 changed files with 5 additions and 0 deletions
5
.github/workflows/submit-winget.yml
vendored
5
.github/workflows/submit-winget.yml
vendored
|
@ -11,6 +11,11 @@ jobs:
|
|||
runs-on: windows-latest
|
||||
if: ${{ !github.event.release.prerelease }}
|
||||
steps:
|
||||
- name: Sync Winget Fork
|
||||
run: gh repo sync ${{ secrets.WINGET_USERNAME }}/winget-pkgs -b master
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.WINGET_TOKEN }}
|
||||
|
||||
- name: Submit package to Windows Package Manager Community Repository
|
||||
run: |
|
||||
$wingetPackage = "Tautulli.Tautulli"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue