Use git add --all .
This commit is contained in:
parent
9e403590f4
commit
2f4dd4bb41
1 changed files with 3 additions and 2 deletions
5
.github/workflows/pr-checks.yml
vendored
5
.github/workflows/pr-checks.yml
vendored
|
|
@ -48,8 +48,9 @@ jobs:
|
||||||
|
|
||||||
git config --global user.email "github-actions@github.com"
|
git config --global user.email "github-actions@github.com"
|
||||||
git config --global user.name "github-actions[bot]"
|
git config --global user.name "github-actions[bot]"
|
||||||
git add --all
|
# The period in `git add --all .` ensures that we stage deleted files too.
|
||||||
git commit -am "Use @types/node=${NODE_TYPES_VERSION}"
|
git add --all .
|
||||||
|
git commit -m "Use @types/node=${NODE_TYPES_VERSION}"
|
||||||
|
|
||||||
- name: Check generated JS
|
- name: Check generated JS
|
||||||
run: .github/workflows/script/check-js.sh
|
run: .github/workflows/script/check-js.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue