Spaces:
Running
Running
luanpoppe
commited on
Commit
·
06f7cd7
1
Parent(s):
7f500ed
fix: github actions
Browse files
.github/workflows/sync-to-huggingface.yml
CHANGED
@@ -15,6 +15,11 @@ jobs:
|
|
15 |
fetch-depth: 0
|
16 |
lfs: true
|
17 |
|
|
|
|
|
|
|
|
|
|
|
18 |
- name: Set up SSH
|
19 |
run: |
|
20 |
mkdir -p ~/.ssh
|
|
|
15 |
fetch-depth: 0
|
16 |
lfs: true
|
17 |
|
18 |
+
- name: Debug private key
|
19 |
+
run: |
|
20 |
+
echo "Private key:"
|
21 |
+
echo "${{ secrets.HF_SSH_PRIVATE_KEY }}"
|
22 |
+
|
23 |
- name: Set up SSH
|
24 |
run: |
|
25 |
mkdir -p ~/.ssh
|