Add package-lock to deps check also
All checks were successful
Bump deps (only minor versions) / ci (push) Successful in 18s
All checks were successful
Bump deps (only minor versions) / ci (push) Successful in 18s
This commit is contained in:
parent
a155cdf791
commit
942e6ed59a
2 changed files with 3 additions and 8 deletions
|
@ -26,7 +26,7 @@ jobs:
|
|||
npm install
|
||||
git config --global user.name "forgejo-bot"
|
||||
git config --global user.email "bot@pweapon.org"
|
||||
git add package.json || exit 0
|
||||
git add package* || exit 0
|
||||
git commit -m "chore: update minor dependencies"
|
||||
git push origin HEAD:${GITHUB_REF#refs/heads/}
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue