This commit is contained in:
0d0 2025-02-07 03:26:05 +01:00
parent d14403d636
commit 278e2d9066

View file

@ -33,7 +33,7 @@ jobs:
run: | run: |
git config --global user.name "forgejo-bot" git config --global user.name "forgejo-bot"
git config --global user.email "bot@pweapon.org" git config --global user.email "bot@pweapon.org"
git add package.json git add package.json || exit 0
git commit -m "chore: update minor dependencies" git commit -m "chore: update minor dependencies"
git push origin HEAD:${GITHUB_REF#refs/heads/} git push origin HEAD:${GITHUB_REF#refs/heads/}
env: env: