Skip to content

Commit 91dc989

Browse files
authored
protobuf bot: always use the same branch
1 parent 8bf6338 commit 91dc989

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/protobuf.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ jobs:
5656
if: env.PROTOBUFS_CHANGED == 'true'
5757
run: |
5858
commit_sha=$(pushd $GameTracking_dir > /dev/null && git rev-parse HEAD && popd > /dev/null)
59-
branch=update-protobufs/$commit_sha
60-
echo "::set-env name=BRANCH::$branch"
6159
echo "::set-env name=COMMIT_SHA::$commit_sha"
6260
6361
- name: Create Pull Request
@@ -67,7 +65,7 @@ jobs:
6765
with:
6866
title: "protobuf: updated to ${{ env.COMMIT_SHA }}"
6967
base: master
70-
branch: ${{ env.BRANCH }}
68+
branch: update-protobufs
7169
commit-message: |
7270
protobuf: updated to ${{ env.COMMIT_SHA }}
7371

0 commit comments

Comments
 (0)