We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 360bc57 + b60a52f commit 04a3cc5Copy full SHA for 04a3cc5
2 files changed
.github/workflows/automatic-api-update.yaml
@@ -51,7 +51,7 @@ jobs:
51
run: |
52
./buf.gen.yaml
53
- name: Create Pull Request
54
- uses: peter-evans/create-pull-request@v6.0.5
+ uses: peter-evans/create-pull-request@v6.1.0
55
if: steps.buf-update.outputs.updated == 'true'
56
with:
57
delete-branch: "true"
.github/workflows/manual-api-update.yaml
@@ -55,7 +55,7 @@ jobs:
58
59
60
61
0 commit comments