Skip to content

Commit 04b7e56

Browse files
authored
Merge pull request #4293 from danielzsh/master
oops :(
2 parents 383e9a8 + e959502 commit 04b7e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-usaco.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: |
5656
npx ts-node --skipProject usaco-problems/add_problems
5757
git add .
58-
bash .git/hooks/pre-commit || !!
58+
bash .git/hooks/pre-commit || git add .
5959
git config --global user.name usaco-autofetch[bot]
6060
git config --global user.email usaco-autofetch[bot]@users.noreply.github.com
6161
if git commit -m 'problem auto-updates'

0 commit comments

Comments
 (0)