Skip to content

Setup mark

Actions
This action installs mark CLI tool
v1.1.0
Latest
Star (1)

Setup mark action

Stand With Ukraine Release functional-tests security linting

This action installs mark CLI tool.

Supported OS

OS
Windows
Linux
macOS

Prerequisites

None.

Inputs

- 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

Setup mark is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

This action installs mark CLI tool
v1.1.0
Latest

Setup mark is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.