Skip to content

Commit

Permalink
Merge pull request #13 from WillAbides/update-openapi2
Browse files Browse the repository at this point in the history
git remote -v
  • Loading branch information
WillAbides authored Nov 3, 2023
2 parents 666945b + 7dec16d commit f59a1bb
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/update-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,16 @@ jobs:
exit 0
fi
script/generate.sh
# set NEEDS_PR output to 1
echo "UPDATED=1" >> $GITHUB_OUTPUT
- name: create PR
uses: peter-evans/[email protected]
if: steps.update.outputs.UPDATED == '1'
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 #v5.0.2
with:
token: ${{ github.token }}
commit-message: "Update openapi_operations.yaml"
commit-message: "update openapi_operations.yaml and generated code"
title: "Update OpenAPI operations and generated code"
body: |
This PR was automatically generated by the update-openapi workflow.
Please review the changes and merge if they look good.
branch: "auto-update-openapi"
This PR was automatically generated by the update-openapi workflow in order to keep
the OpenAPI operations and generated code in sync with the latest changes to the
GitHub REST API.
delete-branch: true

0 comments on commit f59a1bb

Please sign in to comment.