Skip to content

Commit c9c00df

Browse files
committed
update git utl
1 parent 1503155 commit c9c00df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/model-to-s3-from-hf-hub.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Deploy Hugging Face Model
2828
run: |
29-
git clone ${{ env.HF_MODEL_NAME }}
29+
git clone git@hf.co:${{ env.HF_MODEL_NAME }}
3030
cd ${{ env.HF_MODEL_NAME }}
3131
3232
- name: Create Archive

0 commit comments

Comments
 (0)