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 8bf6338 commit 91dc989Copy full SHA for 91dc989
.github/workflows/protobuf.yml
@@ -56,8 +56,6 @@ jobs:
56
if: env.PROTOBUFS_CHANGED == 'true'
57
run: |
58
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"
61
echo "::set-env name=COMMIT_SHA::$commit_sha"
62
63
- name: Create Pull Request
@@ -67,7 +65,7 @@ jobs:
67
65
with:
68
66
title: "protobuf: updated to ${{ env.COMMIT_SHA }}"
69
base: master
70
- branch: ${{ env.BRANCH }}
+ branch: update-protobufs
71
commit-message: |
72
protobuf: updated to ${{ env.COMMIT_SHA }}
73
0 commit comments