Skip to content

Commit

Permalink
Update create-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jenschude authored Feb 1, 2024
1 parent 77e625e commit d0a38d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: gradle/wrapper-validation-action@342dbebe7272035434f9baccc29a816ec6dd2c7b

- uses: jenschude/auto-create-pr-action@a5369414c74963e6ec065dab49066d3711b8c1db
if: github.ref_name == "gen-sdk-updates"
if: github.ref_name == 'gen-sdk-updates'
with:
request_title: "Update generated SDKs"
github_token: ${{ steps.generate_github_token.outputs.token }}
Expand All @@ -54,7 +54,7 @@ jobs:
### Breaking changes
- uses: jenschude/auto-create-pr-action@a5369414c74963e6ec065dab49066d3711b8c1db
if: github.ref_name == "after-release"
if: github.ref_name == 'after-release'
with:
request_title: "Update changelog"
github_token: ${{ steps.generate_github_token.outputs.token }}
Expand Down

0 comments on commit d0a38d3

Please sign in to comment.