david-oplatka commited on
Commit
3e4049d
·
unverified ·
1 Parent(s): 19680f0

Update sync.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/sync.yml +2 -2
.github/workflows/sync.yml CHANGED
@@ -28,5 +28,5 @@ jobs:
28
  env:
29
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
30
  run: |
31
- git remote add space https://david-oplatka:$HF-TOKEN@huggingface.co/spaces/david-oplatka/${{ matrix.space_name }}.git
32
- git push --force space main
 
28
  env:
29
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
30
  run: |
31
+ git remote set-url origin https://david-oplatka:$HF_TOKEN@huggingface.co/spaces/david-oplatka/${{ matrix.space_name }}.git
32
+ git push --force origin main