Skip to content

Commit

Permalink
Update count-task-completion.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ourai authored Jul 18, 2024
1 parent 5333b31 commit 6317cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/count-task-completion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
node-version: 14.15.3
- name: Count task completion
run: npm run pmc count:student && node scripts/count.js
run: npm i && npm run pmc count:student && node scripts/count.js
- name: Commit changes
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit 6317cc5

Please sign in to comment.