Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/workflows/daily-contest-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ jobs:
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add .
git add .
git add .
git add .
git add data/contests.json
git add data/contests.json
git add data/contests.json
git add data/contests.json
git status
git commit -m "Update JSON file"
git push origin automate-c-json-update

Expand Down