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 a928c0b commit b6e408fCopy full SHA for b6e408f
.github/workflows/protobuf.yml
@@ -56,7 +56,7 @@ 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
- echo "::set-env name=COMMIT_SHA::$commit_sha"
+ echo "COMMIT_SHA=$commit_sha" >> $GITHUB_ENV
60
61
- name: Create Pull Request
62
id: pr
0 commit comments