Skip to content

Update

Update #4

Workflow file for this run

name: Update
on:
workflow_dispatch:
inputs:
branch:
description: 'CS2 Branch'
required: false
default: 'public'
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: 730