Skip to content

Commit 21ea911

Browse files
authored
Update batch_image_correlation.yml
1 parent b8b0c09 commit 21ea911

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/batch_image_correlation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,6 @@ jobs:
148148
name: ${{ matrix.name }}
149149
uses: ./.github/workflows/image_correlation_pair.yml
150150
with:
151-
img1_date: ${{ matrix.img1_product_name }}
152-
img2_date: ${{ matrix.img2_product_name }}
151+
img1_product_name: ${{ matrix.img1_product_name }}
152+
img2_product_name: ${{ matrix.img2_product_name }}
153153
workflow_name: ${{ matrix.name }}

0 commit comments

Comments
 (0)