fabasoad/Setup Umka
This action sets up Umka scripting language interpreter.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Umka version. Defaults to the latest version. | no | latest |
| force | If "false" skips installation if umka is already installed. If "true" installs umka in any case. Defaults to "false". | no | false |
| github-token | GitHub token that is used to send requests to GitHub API such as downloading asset. Defaults to the token provided by GitHub Actions environment. | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| installed | Whether umka was installed or not. |