ci: fix revert back push action for successful update
This commit is contained in:
parent
d54c795265
commit
492e7193a9
9
.github/workflows/rss.yml
vendored
9
.github/workflows/rss.yml
vendored
@ -29,5 +29,10 @@ jobs:
|
|||||||
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 -A
|
git add -A
|
||||||
git commit -m 'chore(update): update readme with the latest rss feeds' || exit 0
|
git commit -a -m 'chore(update): update readme with the latest rss feeds' || exit 0
|
||||||
git push -f origin master
|
git push -f origin master
|
||||||
|
- name: Push changes to remote repository
|
||||||
|
uses: ad-m/github-push-action@master
|
||||||
|
with:
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
branch: ${{ github.ref }}
|
||||||
Loading…
Reference in New Issue
Block a user