mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 12:40:36 +00:00
952 B
952 B
Github action to install and run aftman; a toolchain manager.
Usage
steps:
- uses: actions/setup-aftman@v1
Parameters
name | description | default |
---|---|---|
version |
aftman version in the form vx.x.x |
- |
trust-check |
Whether to check trusts | true |
trusts |
List of trusted tools separated by spaces | - |
path |
Path to the aftman.toml directory |
./ |
token |
Github token from github.token |
github.token |
Credits
@nezuo - Installing aftman
using gh