david-oplatka commited on
Commit
cf33fa1
·
unverified ·
1 Parent(s): 3e6f007

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@huggingface.co:spaces/david-oplatka/${{ matrix.space_name }}.git HEAD:main
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