Spaces:
Sleeping
Sleeping
Update update_space_2.yaml
Browse files
.github/workflows/update_space_2.yaml
CHANGED
@@ -27,5 +27,5 @@ jobs:
|
|
27 |
env:
|
28 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
29 |
run: |
|
30 |
-
git remote
|
31 |
-
git push
|
|
|
27 |
env:
|
28 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
29 |
run: |
|
30 |
+
git remote add space https://david-oplatka:[email protected]/spaces/david-oplatka/${{ matrix.space_name }}.git
|
31 |
+
git push space main
|