This is an automated email from the ASF dual-hosted git repository.
wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-bot.git
The following commit(s) were added to refs/heads/master by this push:
new 910a930 fix a typo in workflow
910a930 is described below
commit 910a9306cc728d334479ab7c790f1762822dc727
Author: Zhongxiang.Wang <[email protected]>
AuthorDate: Thu Oct 28 01:06:25 2021 +0800
fix a typo in workflow
---
.github/workflows/bot-wakup.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/bot-wakup.yml b/.github/workflows/bot-wakup.yml
index f9bf54f..3efed22 100644
--- a/.github/workflows/bot-wakup.yml
+++ b/.github/workflows/bot-wakup.yml
@@ -30,7 +30,7 @@ jobs:
path: ~/.npm
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{
hashFiles('**/package-lock.json') }}
- - name: Intsall dependencies
+ - name: Install dependencies
run: npm ci
- name: Wake up bot
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]