Skip to content

Setup multi-gitter

Actions
This action installs multi-gitter CLI tool
v0.2.1
Latest
Star (2)

Setup multi-gitter action

Stand With Ukraine Release functional-tests security linting

This action installs multi-gitter CLI tool.

Prerequisites

The following tools have to be installed for successful work of this GitHub Action: curl.

Inputs

- uses: fabasoad/setup-multi-gitter-action@v0
  with:
    # (Optional) multi-gitter version. Defaults to the latest version.
    version: "0.54.1"
    # (Optional) If "false" skips installation if multi-gitter is already installed.
    # If "true" installs multi-gitter in any case. Defaults to "false".
    force: "false"

Outputs

Name Description Example
installed Whether multi-gitter was installed or not true

Example usage

Workflow configuration

name: Test

on: push

jobs:
  setup:
    name: multi-gitter
    runs-on: ubuntu-latest
    steps:
      - uses: fabasoad/setup-multi-gitter-action@v0
        with:
          version: "0.54.1"
      - name: Print version
        run: multi-gitter version

Result

Run multi-gitter version
multi-gitter version: 0.54.1
Release-Date: 2024-11-21
Go version: go1.23.2
OS: linux
Arch: amd64
Commit: 5841986bcc7e4db734349878435e4ef33e70aa2c

Contributions

Alt

Setup multi-gitter 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 multi-gitter CLI tool
v0.2.1
Latest

Setup multi-gitter 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.