Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2021-12-06 13:00:51 -08:00
parent 594f9cf142
commit 4bb2badc8a

View File

@ -34,5 +34,5 @@ jobs:
git config --local user.name "github-actions[bot]"
git remote set-url origin https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
git fetch origin
git commit -am "I have generated the latest API!"
git push origin ${{github.event.pull_request.head.ref }}
git commit -am "I have generated the latest API!" || true
git push origin ${{github.event.pull_request.head.ref }} || true