Merge branch 'main' of https://github.com/sunithalv/SDLC-Using-Langchain
Browse files
.github/workflows/main.yml
CHANGED
|
@@ -21,6 +21,6 @@ jobs:
|
|
| 21 |
- name: Push to hub
|
| 22 |
env:
|
| 23 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 24 |
-
run: git push --force https://sunithalv:$HF_TOKEN@huggingface.co/spaces/sunithalv/SDLC
|
| 25 |
|
| 26 |
-
|
|
|
|
| 21 |
- name: Push to hub
|
| 22 |
env:
|
| 23 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 24 |
+
run: git push --force https://sunithalv:$HF_TOKEN@huggingface.co/spaces/sunithalv/SDLC main
|
| 25 |
|
| 26 |
+
|