Spaces:
Runtime error
Runtime error
K Sudhakar Reddy
commited on
Update main.yml
Browse files
.github/workflows/main.yml
CHANGED
@@ -16,8 +16,8 @@ jobs:
|
|
16 |
- name: Add remote
|
17 |
env:
|
18 |
HF: ${{ secrets.HG }}
|
19 |
-
run: git remote add space https://noahgift:[email protected]/spaces/
|
20 |
- name: Push to hub
|
21 |
env:
|
22 |
-
HF: ${{ secrets.
|
23 |
-
run: git push --force https://noahgift:[email protected]/spaces/
|
|
|
16 |
- name: Add remote
|
17 |
env:
|
18 |
HF: ${{ secrets.HG }}
|
19 |
+
run: git remote add space https://noahgift:[email protected]/spaces/sudhakar272/demo
|
20 |
- name: Push to hub
|
21 |
env:
|
22 |
+
HF: ${{ secrets.HG }}
|
23 |
+
run: git push --force https://noahgift:[email protected]/spaces/sudhakar272/demo main
|