README.md
April 2, 2025 ยท View on GitHub
Run Komac (GitHub Action)
This GitHub Action installs Komac, and then runs a user-specified command with Komac.
This action is used in the winget-updater GitHub action to automatically update WinGet packages.
๐ Example Usage
name: My Workflow
on: workflow_dispatch
jobs:
my_job:
runs-on: ubuntu-latest
steps:
- name: Run Komac
uses: michidk/run-komac@v2
with:
args: '--version'
โ๏ธ Configuration Options
komac-version: Specifies which version of Komac to use.- Required: โ
- Default:
latest
args: The command to run with Komac.- Required: โ
custom-fork-owner: Custom fork owner.- Required: โ
custom-tool: Custom tool.- Required: โ
custom-tool-url: Custom tool URL.- Required: โ