Shakshi3104 commited on
Commit
c3eeeac
·
unverified ·
1 Parent(s): 3b055d6

Update sync_to_hf_hub.yml

Browse files
.github/workflows/sync_to_hf_hub.yml CHANGED
@@ -12,6 +12,8 @@ jobs:
12
  with:
13
  fetch-depth: 0
14
  lfs: true
 
 
15
  - name: Push to hub
16
  env:
17
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
 
12
  with:
13
  fetch-depth: 0
14
  lfs: true
15
+ - name: Check branch name
16
+ run: git branch
17
  - name: Push to hub
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}