Skip to content

Update Winget

Update Winget #2

Workflow file for this run

name: Update Winget
on:
workflow_dispatch:
push:
paths:
- 'JSON/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: check out repo and run py create output
uses: actions/checkout@v3
- run: |
python ./update.py
- run: $GITHUB_OUTPUT
shell: sh
- name: Run Komac
uses: michidk/[email protected]
with:
args: '$GITHUB_OUTPUT ${{ secrets.GITHUB_TOKEN }}'