Skip to content

Update

Update #15

Workflow file for this run

name: Update
on:
workflow_dispatch:
inputs:
branch:
description: 'Steam VR Branch'
required: false
default: 'beta'
type: string
reset-gametracking:
description: 'Reset GameTracking data'
required: false
default: false
type: boolean
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
reset-gametracking: ${{ inputs.reset-gametracking }}