Skip to content

Commit 1f9a490

Browse files
committed
switched to rclone lsjson
1 parent 70b7227 commit 1f9a490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/load-data/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
- name: Get dataset version hash
1616
shell: bash
1717
run: |
18-
HASH=$(rclone lsl remote:"SampleData" --drive-shared-with-me)
18+
HASH=$(rclone lsjson remote:"SampleData" --drive-shared-with-me --recursive)
1919
echo "DATASET_HASH=$HASH" >> $GITHUB_OUTPUT
2020
2121
- name: Cache datasets

0 commit comments

Comments
 (0)