Skip to content

Update

Update #12

Workflow file for this run

name: Update
on:
workflow_dispatch:
inputs:
branch:
description: 'Steam VR Branch'
required: false
default: 'beta'
type: string
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
process:
permissions:
contents: write
statuses: write
uses: steamtracking/gametracking/.github/workflows/gametracking.yml@master
secrets: inherit
with:
branch: ${{ github.event.inputs.branch }}
appid: 250820
save-manifest: true