https://github.com/michidk/run-komac
A GitHub action which runs Komac.
https://github.com/michidk/run-komac
ci deployment-automation deployment-tools github-action github-actions komac release-automation winget
Last synced: 9 months ago
JSON representation
A GitHub action which runs Komac.
- Host: GitHub
- URL: https://github.com/michidk/run-komac
- Owner: michidk
- License: mit
- Created: 2023-10-05T08:20:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T16:58:05.000Z (almost 2 years ago)
- Last Synced: 2025-03-17T04:36:53.021Z (over 1 year ago)
- Topics: ci, deployment-automation, deployment-tools, github-action, github-actions, komac, release-automation, winget
- Homepage:
- Size: 34.2 KB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Run Komac (GitHub Action)
[](https://github.com/michidk/run-komac/releases)
[](https://github.com/michidk/run-komac?tab=MIT-1-ov-file#readme)
This GitHub Action installs Komac, and then runs a user-specified command with Komac.
This action is used in the [winget-updater](https://github.com/michidk/winget-updater/) GitHub action to automatically update WinGet packages.
## 📖 Example Usage
```yaml
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**: ❌