MicGuest commited on
Commit
c881d0d
·
unverified ·
1 Parent(s): b0211af

Update main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +2 -2
.github/workflows/main.yml CHANGED
@@ -27,10 +27,10 @@ jobs:
27
  - name: Add remote
28
  env:
29
  HF: ${{ secrets.HF }}
30
- run: git remote add space https://Michelin1:[email protected]/spaces/michelin1/demo1
31
 
32
  - name: Push to hub
33
  env:
34
  HF: ${{ secrets.HF }}
35
- run: git remote add space https://Michelin1:[email protected]/spaces/michelin1/demo1 main
36
 
 
27
  - name: Add remote
28
  env:
29
  HF: ${{ secrets.HF }}
30
+ run: git remote add space https://Michelin1:[email protected]/spaces/michelin1/Demo1
31
 
32
  - name: Push to hub
33
  env:
34
  HF: ${{ secrets.HF }}
35
+ run: git remote add space https://Michelin1:[email protected]/spaces/michelin1/Demo1 main
36