We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 383e9a8 + e959502 commit 04b7e56Copy full SHA for 04b7e56
.github/workflows/update-usaco.yml
@@ -55,7 +55,7 @@ jobs:
55
run: |
56
npx ts-node --skipProject usaco-problems/add_problems
57
git add .
58
- bash .git/hooks/pre-commit || !!
+ bash .git/hooks/pre-commit || git add .
59
git config --global user.name usaco-autofetch[bot]
60
git config --global user.email usaco-autofetch[bot]@users.noreply.github.com
61
if git commit -m 'problem auto-updates'
0 commit comments