Skip to content

Commit 5cd5f3b

Browse files
authored
Update image_correlation_pair.yml
1 parent aae5bb0 commit 5cd5f3b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/image_correlation_pair.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ jobs:
6161
6262
- name: download data and run autoRIFT software
6363
run: |
64-
python glacier_image_correlation/image_correlation.py \
65-
${{ inputs.img1_product_name }} \
66-
${{ inputs.img2_product_name }}
64+
python glacier_image_correlation/image_correlation.py ${{ inputs.img1_product_name }} ${{ inputs.img2_product_name }}
6765
6866
- name: Upload velocity
6967
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)