diff --git a/.github/workflows/ingest.yml b/.github/workflows/ingest.yml index 375feba..dad9a5c 100644 --- a/.github/workflows/ingest.yml +++ b/.github/workflows/ingest.yml @@ -53,6 +53,8 @@ jobs: python scripts/aggregate.py --root . git config user.name 'github-actions[bot]' git config user.email '41898282+github-actions[bot]@users.noreply.github.com' - git add results leaderboard matchmaking clients.json site/data + for path in results leaderboard matchmaking clients.json site/data; do + [ -e "$path" ] && git add -- "$path" + done git diff --cached --quiet || git commit -m 'chore: ingest Rumble result batch' git push