4
.github/workflows/generate.yml
vendored
4
.github/workflows/generate.yml
vendored
@ -34,5 +34,5 @@ jobs:
|
|||||||
git config --local user.name "github-actions[bot]"
|
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 remote set-url origin https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
|
||||||
git fetch origin
|
git fetch origin
|
||||||
git commit -am "I have generated the latest API!"
|
git commit -am "I have generated the latest API!" || true
|
||||||
git push origin ${{github.event.pull_request.head.ref }}
|
git push origin ${{github.event.pull_request.head.ref }} || true
|
||||||
|
Reference in New Issue
Block a user