Skip to content

Commit b6e408f

Browse files
authored
actions/protobuf: new way of setting env vars for COMMIT_SHA [skip ci]
1 parent a928c0b commit b6e408f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/protobuf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ 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-
echo "::set-env name=COMMIT_SHA::$commit_sha"
59+
echo "COMMIT_SHA=$commit_sha" >> $GITHUB_ENV
6060
6161
- name: Create Pull Request
6262
id: pr

0 commit comments

Comments
 (0)