This action installs mark CLI tool.
| OS | |
|---|---|
| Windows | ❌ |
| Linux | ✅ |
| macOS | ✅ |
None.
- uses: fabasoad/setup-mark-action@v1
with:
# (Optional) mark version. Defaults to "latest".
version: "11.3.0"
# (Optional) If "false" skips installation if mark is already installed.
# If "true" installs mark in any case. Defaults to "false".
force: "false"
# (Optional) GitHub token that is used to send requests to GitHub API such
# as downloading asset. Defaults to the token provided by GitHub Actions
# environment.
github-token: "${{ github.token }}"| Name | Description | Example |
|---|---|---|
| installed | Whether mark was installed or not | true |