Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buildalon/setup-ovr-platform-util
A GitHub Action to setup the ovr-platform-util tool command alias
https://github.com/buildalon/setup-ovr-platform-util
actions automation buildalon game-ci game-development github github-actions meta meta-quest ovr-platform-util setup-action setup-tool tool tool-cache tool-setup
Last synced: about 1 month ago
JSON representation
A GitHub Action to setup the ovr-platform-util tool command alias
- Host: GitHub
- URL: https://github.com/buildalon/setup-ovr-platform-util
- Owner: buildalon
- License: mit
- Created: 2024-08-08T17:42:03.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-27T15:43:50.000Z (about 2 months ago)
- Last Synced: 2024-09-30T23:23:37.193Z (about 1 month ago)
- Topics: actions, automation, buildalon, game-ci, game-development, github, github-actions, meta, meta-quest, ovr-platform-util, setup-action, setup-tool, tool, tool-cache, tool-setup
- Language: TypeScript
- Homepage: https://buildalon.com
- Size: 440 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Buildalon Setup ovr-platform-util
[![Discord](https://img.shields.io/discord/939721153688264824.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/VM9cWJ9rjH) [![marketplace](https://img.shields.io/static/v1?label=&labelColor=505050&message=Buildalon%20Actions&color=FF1E6F&logo=github-actions&logoColor=0076D6)](https://github.com/marketplace?query=buildalon) [![validate](https://github.com/buildalon/setup-ovr-platform-util/actions/workflows/validate.yml/badge.svg?branch=main&event=push)](https://github.com/buildalon/setup-ovr-platform-util/actions/workflows/validate.yml)
A GitHub Action to setup the [`ovr-platform-utility`](https://developer.oculus.com/resources/publish-reference-platform-command-line-utility) tool command alias.
## How to use
```yaml
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`. |