Skip to content

Commit 370c248

Browse files
Merge pull request #42 from lilt/fix_publishing
Fixing create-pull-request action
2 parents f59ced0 + 5e610fd commit 370c248

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/openapi.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name: OpenAPI Generator
55

66
on:
77
workflow_dispatch:
8+
pull_request:
89
repository_dispatch:
910
types: [API-DocumentationV3-Deployment]
1011

@@ -40,7 +41,7 @@ jobs:
4041
--skip-validate-spec
4142
-o .
4243
- name: Create Pull Request
43-
uses: peter-evans/create-pull-request@v6.1.0
44+
uses: peter-evans/create-pull-request@v7.0.6
4445
with:
4546
token: ${{ secrets.GHA_REPO_DISPATCH_TOKEN }}
4647
commit-message: Regenerates API Bindings
@@ -50,3 +51,4 @@ jobs:
5051
5152
[1]: https://github.com/peter-evans/create-pull-request
5253
branch: openapi-bindings
54+
base: master

0 commit comments

Comments
 (0)