We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6e408f commit 3f62e0cCopy full SHA for 3f62e0c
.github/workflows/protobuf.yml
@@ -61,11 +61,12 @@ jobs:
61
- name: Create Pull Request
62
id: pr
63
if: env.PROTOBUFS_CHANGED == 'true'
64
- uses: peter-evans/create-pull-request@v2
+ uses: peter-evans/create-pull-request@v3
65
with:
66
title: "protobuf: updated to ${{ env.COMMIT_SHA }}"
67
base: master
68
branch: update-protobufs
69
+ author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
70
commit-message: |
71
protobuf: updated to ${{ env.COMMIT_SHA }}
72
0 commit comments