We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c214d commit c6aaf2aCopy full SHA for c6aaf2a
.github/workflows/automatic-api-update.yaml
@@ -35,7 +35,7 @@ jobs:
35
if: steps.buf-update.outputs.updated == 'true'
36
run: "yarn run buf"
37
- name: Create Pull Request
38
- uses: peter-evans/create-pull-request@v7.0.7
+ uses: peter-evans/create-pull-request@v7.0.8
39
40
with:
41
delete-branch: "true"
.github/workflows/manual-api-update.yaml
@@ -36,7 +36,7 @@ jobs:
run: "buf generate"
42
0 commit comments