Skip to content

Commit

Permalink
fix a typo in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
plainheart committed Oct 27, 2021
1 parent 2f93b56 commit 910a930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bot-wakup.yml
Expand Up @@ -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
Expand Down

0 comments on commit 910a930

Please sign in to comment.