Skip to content

Daily update

Daily update #1074

Workflow file for this run

name: Daily update
permissions:
contents: write
on:
workflow_dispatch:
schedule:
- cron: '0 4 * * *'
jobs:
scheduled:
if: github.repository_owner == 'SteamTracking'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Git config
run: |-
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Run script
run: ./update.sh