Skip to content

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

License

Notifications You must be signed in to change notification settings

buildalon/setup-ovr-platform-util

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.