setup-rokit/README.md
2022-07-17 22:58:26 -04:00

995 B

setup-aftman

CI discord

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