Skip to content

Commit e7e0327

Browse files
committed
fix wrong variable name
1 parent aabd85d commit e7e0327

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_commit_web.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ jobs:
9595
fi
9696
9797
- name: Get Last Commit Hash
98-
id: get_commit_hash
99-
run: echo "commit_hash=$(git rev-parse HEAD)" >> $GITHUB_ENV
98+
id: get_tcw_commit_hash
99+
run: echo "tcw_commit_hash=$(git rev-parse HEAD)" >> $GITHUB_ENV
100100

101101
- name: Wait for a few seconds # to avoid missing commit in followup steps
102102
run: sleep 10

0 commit comments

Comments
 (0)