Skip to content

Update

Update #5

Workflow file for this run

name: Update
on:
workflow_dispatch:
inputs:
branch:
description: 'CS2 Branch'
required: false
default: 'public'
type: string
reset-gametracking:
description: 'Reset GameTracking'
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: 730
runs-on-windows: true

Check failure on line 31 in .github/workflows/update.yml

View workflow run for this annotation

GitHub Actions / Update

Invalid workflow file

The workflow is not valid. .github/workflows/update.yml (Line: 31, Col: 28): Invalid input, runs-on-windows is not defined in the referenced workflow.
reset-gametracking: ${{ inputs.reset-gametracking }}