Skip to content

Commit 6177cbf

Browse files
authored
Update and rename S2_image_correlation_pair.yml to image_correlation_pair.yml
1 parent 979e7fd commit 6177cbf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/S2_image_correlation_pair.yml renamed to .github/workflows/image_correlation_pair.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Process a single image pair
2-
name: Single
2+
name: image_correlation_pair
33
run-name: ${{ inputs.workflow_name }}
44

55
# Set workflow input parameters and defaults
@@ -65,6 +65,11 @@ jobs:
6565
${{ inputs.img1_date }} \
6666
${{ inputs.img2_date }}
6767
68+
- name: Get Dates for Output Subfolder Name
69+
run: |
70+
PREFIX=${REF:17:8}_${SEC:17:8}
71+
echo "PREFIX=${PREFIX}" >> $GITHUB_ENV
72+
6873
- name: Upload velocity
6974
uses: actions/upload-artifact@v4
7075
with:

0 commit comments

Comments
 (0)