Utkarsh736 commited on
Commit
9c32b8b
1 Parent(s): 0c62e78

[Updated] main.yaml with debug statements

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +7 -0
.github/workflows/main.yml CHANGED
@@ -14,6 +14,13 @@ jobs:
14
  with:
15
  fetch-depth: 0
16
  lfs: true
 
 
 
 
 
 
 
17
  - name: Push to hub
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
 
14
  with:
15
  fetch-depth: 0
16
  lfs: true
17
+
18
+ - name: Debug git status
19
+ run: git status
20
+
21
+ - name: Debug remote URL
22
+ run: git remote -v
23
+
24
  - name: Push to hub
25
  env:
26
  HF_TOKEN: ${{ secrets.HF_TOKEN }}