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
4 changes: 2 additions & 2 deletions .github/workflows/json.fetch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add data/problems.json data/problem_models.json
git add data/problems.json data/problem-models.json
if git diff --cached --quiet; then
echo "No changes in JSON files"
else
git commit -m "chore: update problems.json and problem_models.json"
git commit -m "chore: update problems.json and problem-models.json"
git push
fi