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: 3 additions & 6 deletions .github/workflows/fetch.json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,10 @@ jobs:

- name: Install dependencies
run: npm install
working-directory: data


- name: Run fetch-json script
run: node data/fetch-json.mjs
working-directory: data


- name: Commit changes if updated
run: |
git config user.name "github-actions[bot]"
Expand All @@ -42,5 +40,4 @@ jobs:
else
git commit -m "chore: update problems.json and problem_models.json"
git push
fi
working-directory: data
fi