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