https://github.com/fabasoad/setup-mark-action
This GitHub action installs kovetskiy/mark CLI.
https://github.com/fabasoad/setup-mark-action
confluence confluence-markup github-action github-actions markdown
Last synced: about 1 month ago
JSON representation
This GitHub action installs kovetskiy/mark CLI.
- Host: GitHub
- URL: https://github.com/fabasoad/setup-mark-action
- Owner: fabasoad
- License: mit
- Created: 2024-03-26T07:49:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-23T22:03:15.000Z (2 months ago)
- Last Synced: 2025-04-10T01:08:21.762Z (about 1 month ago)
- Topics: confluence, confluence-markup, github-action, github-actions, markdown
- Language: Shell
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Setup mark action
[](https://stand-with-ukraine.pp.ua)



This action installs [mark](https://github.com/kovetskiy/mark) CLI tool.
## Supported OS
| OS | |
|---------|--------------------|
| Windows | :x: |
| Linux | :white_check_mark: |
| macOS | :white_check_mark: |## Prerequisites
None.
## Inputs
```yaml
- 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 }}"
```## Outputs
| Name | Description | Example |
|-----------|-----------------------------------|---------|
| installed | Whether mark was installed or not | `true` |