K Sudhakar Reddy commited on
Commit
40975bc
·
unverified ·
1 Parent(s): fb12143

Update main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +2 -2
.github/workflows/main.yml CHANGED
@@ -22,9 +22,9 @@ jobs:
22
  - name: Add remote
23
  env:
24
  HF: ${{ secrets.HF }}
25
- run: git remote add space https://noahgift:[email protected]/spaces/sudhakar272/CatDogDemo
26
  - name: Push to hub
27
  env:
28
  HF: ${{ secrets.HF }}
29
- run: git push --force https://noahgift:[email protected]/spaces/sudhakar272/CatDogDemo main
30
 
 
22
  - name: Add remote
23
  env:
24
  HF: ${{ secrets.HF }}
25
+ run: git remote add space https://sudhakar272:[email protected]/spaces/sudhakar272/CatDogDemo
26
  - name: Push to hub
27
  env:
28
  HF: ${{ secrets.HF }}
29
+ run: git push --force https://sudhakar272:[email protected]/spaces/sudhakar272/CatDogDemo main
30