Skip to content

Sync Upstream

Sync Upstream #54176

Workflow file for this run

name: Sync Upstream
on:
schedule:
- cron: '*/10 * * * *'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: GitHub Sync to Upstream Repository
uses: dabreadman/[email protected]
with:
upstream_repo: "https://github.com/SteamDatabase/GameTracking-CSGO.git"
upstream_branch: "master"
token: ${{ secrets.GITHUB_TOKEN }}