Skip to content

Commit

Permalink
streamline coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Sep 3, 2024
1 parent d5d4b01 commit 855c8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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 855c8f7

Please sign in to comment.