Spaces:
Sleeping
Sleeping
Commit ·
1d267f0
1
Parent(s): f207324
Updated yml file
Browse files
.github/workflows/main.yml
CHANGED
|
@@ -16,10 +16,10 @@ jobs:
|
|
| 16 |
lfs: false
|
| 17 |
|
| 18 |
- name: Ignore large files
|
| 19 |
-
run : git filter-branch --index-filter 'git rm -rf --cached --ignore-unmatch "
|
| 20 |
|
| 21 |
- name: Push to hub
|
| 22 |
env:
|
| 23 |
-
HF_TOKEN: ${{ secrets.
|
| 24 |
run: git push --force https://neuralgeekroot:$HF_TOKEN@huggingface.co/spaces/neuralgeekroot/AutomatedCodeReview main
|
| 25 |
|
|
|
|
| 16 |
lfs: false
|
| 17 |
|
| 18 |
- name: Ignore large files
|
| 19 |
+
run : git filter-branch --index-filter 'git rm -rf --cached --ignore-unmatch "AI CodeAutomated"' HEAD
|
| 20 |
|
| 21 |
- name: Push to hub
|
| 22 |
env:
|
| 23 |
+
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 24 |
run: git push --force https://neuralgeekroot:$HF_TOKEN@huggingface.co/spaces/neuralgeekroot/AutomatedCodeReview main
|
| 25 |
|