Skip to content

Commit

Permalink
use $GITHUB_OUTPUT
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Sep 3, 2024
1 parent 855c8f7 commit 9ac7f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_commit_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Get Last Commit Hash
id: get_tcw_commit_hash
run: echo "tcw_commit_hash=$(git rev-parse HEAD)" >> $GITHUB_ENV
run: echo "tcw_commit_hash=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT

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

0 comments on commit 9ac7f40

Please sign in to comment.