ci: fix ci push commit and exxit after committed
This commit is contained in:
parent
1f89a48c2e
commit
d54c795265
7
.github/workflows/rss.yml
vendored
7
.github/workflows/rss.yml
vendored
@ -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 }}
|
||||
Loading…
Reference in New Issue
Block a user