Skip to content

Commit

Permalink
fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Sep 3, 2024
1 parent 9ac7f40 commit dbeb1c3
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 @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

outputs:
tcw_commit_hash: ${{ steps.get_commit_hash.outputs.commit_hash }}
tcw_commit_hash: ${{ steps.get_tcw_commit_hash.outputs.tcw_commit_hash }}

steps:
- name: Checkout code
Expand Down

0 comments on commit dbeb1c3

Please sign in to comment.