Skip to content

Run Komac

Actions

About

Sets up and runs Komac with optional customizations
v2.1.0
Latest
Star (5)

Logo Run Komac (GitHub Action) Komac logo

GitHub release (latest by date) GitHub

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: ❌

Run Komac is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Sets up and runs Komac with optional customizations
v2.1.0
Latest

Run Komac is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.