Skip to content

Commit 3e7989c

Browse files
committed
fix
1 parent b5f53c5 commit 3e7989c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
136136
- name: Pull baseline image for rechunk
137137
id: pull-baseline
138-
if: steps.check-baseline.PULL_BASELINE_IMAGE == 'true'
138+
if: steps.check-baseline.outputs.PULL_BASELINE_IMAGE == 'true'
139139
run: |
140140
sudo podman pull ${{ steps.check-baseline.outputs.BASELINE_IMAGE }}
141141

0 commit comments

Comments
 (0)