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 aabd85d commit e7e0327Copy full SHA for e7e0327
.github/workflows/build_commit_web.yml
@@ -95,8 +95,8 @@ jobs:
95
fi
96
97
- name: Get Last Commit Hash
98
- id: get_commit_hash
99
- run: echo "commit_hash=$(git rev-parse HEAD)" >> $GITHUB_ENV
+ id: get_tcw_commit_hash
+ run: echo "tcw_commit_hash=$(git rev-parse HEAD)" >> $GITHUB_ENV
100
101
- name: Wait for a few seconds # to avoid missing commit in followup steps
102
run: sleep 10
0 commit comments