pannman commited on
Commit
6e34456
·
1 Parent(s): 5343ad3

update github actions

Browse files
.github/workflows/pysen-python-app.yaml CHANGED
@@ -56,6 +56,5 @@ jobs:
56
  env:
57
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
58
  run: |
59
- git remote add spaces https://huggingface.co/spaces/test-almondo/test2
60
- git push spaces develop:main
61
 
 
56
  env:
57
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
58
  run: |
59
+ git push https://huggingface.co/spaces/test-almondo/test2 develop:main
 
60