Skip to content

Commit

Permalink
fix wrong variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Aug 25, 2024
1 parent aabd85d commit e7e0327
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_commit_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ jobs:
fi
- name: Get Last Commit Hash
id: get_commit_hash
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

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

0 comments on commit e7e0327

Please sign in to comment.