ci: fix ci push commit and exxit after committed
This commit is contained in:
parent
1f89a48c2e
commit
d54c795265
9
.github/workflows/rss.yml
vendored
9
.github/workflows/rss.yml
vendored
@ -28,9 +28,6 @@ jobs:
|
|||||||
git diff
|
git diff
|
||||||
git config --global user.email "hello@toshiki.dev"
|
git config --global user.email "hello@toshiki.dev"
|
||||||
git config --global user.name "@andatoshiki"
|
git config --global user.name "@andatoshiki"
|
||||||
git add .
|
git add -A
|
||||||
git commit -m 'chore(update): update readme with the latest rss feeds'
|
git commit -m 'chore(update): update readme with the latest rss feeds' || exit 0
|
||||||
git push -f origin master
|
git push -f origin master
|
||||||
with:
|
|
||||||
github_token: ${{ secrets.GH_PAT }}
|
|
||||||
branch: ${{ github.ref }}
|
|
||||||
Loading…
Reference in New Issue
Block a user