From 6317cc5c82ae37d1705a94a5721241fdd9b7a02e Mon Sep 17 00:00:00 2001 From: "Ourai L." Date: Thu, 18 Jul 2024 19:25:30 +0800 Subject: [PATCH] Update count-task-completion.yml --- .github/workflows/count-task-completion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/count-task-completion.yml b/.github/workflows/count-task-completion.yml index 5c32774bb..846e07223 100644 --- a/.github/workflows/count-task-completion.yml +++ b/.github/workflows/count-task-completion.yml @@ -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"