ci: fix ci push commit and exxit after committed

This commit is contained in:
Anda Toshiki 2023-03-28 18:52:33 +08:00
parent 1f89a48c2e
commit d54c795265

View File

@ -28,9 +28,6 @@ jobs:
git diff
git config --global user.email "hello@toshiki.dev"
git config --global user.name "@andatoshiki"
git add .
git commit -m 'chore(update): update readme with the latest rss feeds'
git add -A
git commit -m 'chore(update): update readme with the latest rss feeds' || exit 0
git push -f origin master
with:
github_token: ${{ secrets.GH_PAT }}
branch: ${{ github.ref }}