Skip to content
terminal

GitHub Action

Buildalon Setup ovr-platform-util

v1.0.4 Latest version

Buildalon Setup ovr-platform-util

terminal

Buildalon Setup ovr-platform-util

A GitHub Action to setup the ovr-platform-util tool command alias

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Buildalon Setup ovr-platform-util

uses: buildalon/setup-ovr-platform-util@v1.0.4

Learn more about this action in buildalon/setup-ovr-platform-util

Choose a version

Buildalon Setup ovr-platform-util

Discord marketplace validate

A GitHub Action to setup the ovr-platform-utility tool command alias.

How to use

    steps:
        # download and setup ovr platform util
      - uses: buildalon/setup-ovr-platform-util@v1
        # run commands
      - run: 'ovr-platform-util version'

inputs

Name Description Required
self-update Automatically update the ovr-platform-util tool. Defaults to true.