Skip to content

Commit

Permalink
change commit hash check
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Sep 3, 2024
1 parent 31769de commit 0b850f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker_matrix_new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
ref: ${{ inputs.tcw_commit_hash }}

- name: Verify commit hash
if: inputs.tcw_commit_hash != ''
if: ${{ inputs.tcw_commit_hash != '' }}
run: |
COMMIT_HASH=$(git rev-parse HEAD)
if [ "$COMMIT_HASH" != "${{ inputs.tcw_commit_hash }}" ]; then
Expand Down

0 comments on commit 0b850f6

Please sign in to comment.