Skip to content

Commit

Permalink
Merge pull request #4292 from danielzsh/master
Browse files Browse the repository at this point in the history
update update workflow
  • Loading branch information
xyzqm authored Feb 7, 2024
2 parents 78ad790 + 31482c3 commit 383e9a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-usaco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
run: |
npx ts-node --skipProject usaco-problems/add_problems
git add .
bash .git/hooks/pre-commit || !!
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 383e9a8

Please sign in to comment.