danilotpnta commited on
Commit
080ca4b
·
1 Parent(s): bdadca3

update sync action

Browse files
.github/workflows/sync_to_huggingface_space.yml CHANGED
@@ -20,7 +20,8 @@ jobs:
20
  - name: Pull latest changes from Hugging Face with rebase
21
  env:
22
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
23
- run: git pull --rebase https://huggingface.co/spaces/danilotpnta/Youtube-Whisper main --reapply-cherry-picks
 
24
  - name: Push to hub
25
  env:
26
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
 
20
  - name: Pull latest changes from Hugging Face with rebase
21
  env:
22
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
23
+ run: |
24
+ git pull --rebase https://huggingface.co/spaces/danilotpnta/Youtube-Whisper main
25
  - name: Push to hub
26
  env:
27
  HF_TOKEN: ${{ secrets.HF_TOKEN }}