Spaces:
Running
Running
Commit
·
6f83422
1
Parent(s):
ed57d5d
space check
Browse files
.github/workflows/scheduled_opt.yml
CHANGED
|
@@ -43,4 +43,10 @@ jobs:
|
|
| 43 |
commit_message: 'MLOps: Auto-updated master_prompt.json based on user feedback.'
|
| 44 |
# --- FINAL FIX: Explicitly include the new status log file in the commit ---
|
| 45 |
file_pattern: 'data/master_prompt.json data/feedback_log.json data/status_log.txt'
|
| 46 |
-
# ---------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
commit_message: 'MLOps: Auto-updated master_prompt.json based on user feedback.'
|
| 44 |
# --- FINAL FIX: Explicitly include the new status log file in the commit ---
|
| 45 |
file_pattern: 'data/master_prompt.json data/feedback_log.json data/status_log.txt'
|
| 46 |
+
# ---------------------------------------------------------------------------
|
| 47 |
+
- name: Push to Hugging Face Space
|
| 48 |
+
run: |
|
| 49 |
+
git config user.name "github-actions[bot]"
|
| 50 |
+
git config user.email "github-actions[bot]@users.noreply.github.com"
|
| 51 |
+
git remote add space https://Manisankarrr:${{ secrets.HF_TOKEN }}@huggingface.co/spaces/Manisankarrr/PromptTune
|
| 52 |
+
git push space main --force
|