Spaces:
Sleeping
Sleeping
Update update_space_2.yaml
Browse files
.github/workflows/update_space_2.yaml
CHANGED
@@ -41,4 +41,4 @@ jobs:
|
|
41 |
run: |
|
42 |
changed_files="${{ steps.changed_files.outputs.value }}"
|
43 |
echo "Files to push: $changed_files"
|
44 |
-
git push https://david-oplatka:[email protected]/spaces/david-oplatka/${{ matrix.space_name }}.git HEAD
|
|
|
41 |
run: |
|
42 |
changed_files="${{ steps.changed_files.outputs.value }}"
|
43 |
echo "Files to push: $changed_files"
|
44 |
+
git push --force https://david-oplatka:[email protected]/spaces/david-oplatka/${{ matrix.space_name }}.git HEAD:main
|