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 2abcea2 commit 5eec5d3Copy full SHA for 5eec5d3
1 file changed
tools/github_workflows/run-publisher.yaml
@@ -25,7 +25,7 @@ jobs:
25
# Set the COMMIT_ID env variable
26
- name: Set the Commit Id
27
id: commit
28
- run: echo "commit_id=${github.sha}" >> $GITHUB_OUTPUT
+ run: echo "commit_id=${GITHUB_SHA}" >> $GITHUB_OUTPUT
29
outputs:
30
commit_id: ${{ steps.commit.outputs.commit_id }}
31
#Publish with Commit ID
0 commit comments