Skip to content

Commit faf2611

Browse files
committed
specify with: lfs: true
1 parent 0140ecf commit faf2611

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/mirror_data_archive.yml

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
steps:
1515
- name: Checkout Repo
1616
uses: actions/checkout@v4
17+
# We must EXPLICITLY specificy lfs: true. It defaults to false
18+
with:
19+
lfs: true
1720

1821
# - name: Setup AWS CLI and Credentials
1922
# uses: aws-actions/configure-aws-credentials@v4

0 commit comments

Comments
 (0)