Spaces:
Sleeping
Sleeping
Update update_space_2.yaml
Browse files
.github/workflows/update_space_2.yaml
CHANGED
@@ -66,5 +66,5 @@ jobs:
|
|
66 |
git checkout space_${{ matrix.space_name }}/main -- $file
|
67 |
git add $file
|
68 |
git commit -m "Update $file in ${{ matrix.space_name }}"
|
69 |
-
git push git@
|
70 |
done
|
|
|
66 |
git checkout space_${{ matrix.space_name }}/main -- $file
|
67 |
git add $file
|
68 |
git commit -m "Update $file in ${{ matrix.space_name }}"
|
69 |
+
git push git@hf.co:spaces/david-oplatka/${{ matrix.space_name }}.git HEAD:main
|
70 |
done
|