We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204e5dd commit 63782f0Copy full SHA for 63782f0
tools/github_workflows/run-publisher.yaml
@@ -25,8 +25,7 @@ jobs:
25
# Set the COMMIT_ID env variable
26
- name: Set the Commit Id
27
id: commit
28
- run: |
29
- echo "::set-output name=commit_id::${{ github.sha }}"
+ run: echo "commit_id=${GITHUB_SHA}" >> $GITHUB_ENV
30
outputs:
31
commit_id: ${{ steps.commit.outputs.commit_id }}
32
#Publish with Commit ID
0 commit comments