Skip to content

Commit

Permalink
Merge pull request #4293 from danielzsh/master
Browse files Browse the repository at this point in the history
oops :(
  • Loading branch information
danielzsh authored Feb 7, 2024
2 parents 383e9a8 + e959502 commit 04b7e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-usaco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
npx ts-node --skipProject usaco-problems/add_problems
git add .
bash .git/hooks/pre-commit || !!
bash .git/hooks/pre-commit || git add .
git config --global user.name usaco-autofetch[bot]
git config --global user.email usaco-autofetch[bot]@users.noreply.github.com
if git commit -m 'problem auto-updates'
Expand Down

0 comments on commit 04b7e56

Please sign in to comment.