Skip to content

Commit

Permalink
Use git add --all .
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Mercer committed Mar 29, 2022
1 parent 9e40359 commit 2f4dd4b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ jobs:
git config --global user.email "github-actions@github.com"
git config --global user.name "github-actions[bot]"
git add --all
git commit -am "Use @types/node=${NODE_TYPES_VERSION}"
# The period in `git add --all .` ensures that we stage deleted files too.
git add --all .
git commit -m "Use @types/node=${NODE_TYPES_VERSION}"
- name: Check generated JS
run: .github/workflows/script/check-js.sh
Expand Down

0 comments on commit 2f4dd4b

Please sign in to comment.