Skip to content

Commit

Permalink
chore: fix update command in workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Jan 7, 2021
1 parent 7e8607f commit 333a2e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-dependency-update.v1.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Update dependencies
run: npm run ncu
- name: Install dependencies
run: npm run udpate
run: npm run update
- name: Commit changed files
run: |
git config --local user.email "action@github.com"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-dependency-update.v1.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Update dependencies
run: npm run ncu
- name: Install dependencies
run: npm run udpate
run: npm run update
- name: Commit changed files
run: |
git config --local user.email "action@github.com"
Expand Down

0 comments on commit 333a2e5

Please sign in to comment.