Spaces:
Sleeping
Sleeping
fahadcr14
commited on
Commit
·
ab090ba
1
Parent(s):
cad3b6e
test1
Browse files
.github/workflows/main.yml
CHANGED
|
@@ -24,6 +24,11 @@ jobs:
|
|
| 24 |
- name: Install dependencies
|
| 25 |
run: |
|
| 26 |
pip install --no-cache-dir -r requirements.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
|
| 28 |
# Step 4: Authenticate Hugging Face CLI
|
| 29 |
- name: Authenticate Hugging Face CLI
|
|
|
|
| 24 |
- name: Install dependencies
|
| 25 |
run: |
|
| 26 |
pip install --no-cache-dir -r requirements.txt
|
| 27 |
+
- name: Configure Git User
|
| 28 |
+
run: |
|
| 29 |
+
git config --global user.name "Fahad Khan"
|
| 30 |
+
git config --global user.email "fahad9999@example.com"
|
| 31 |
+
|
| 32 |
|
| 33 |
# Step 4: Authenticate Hugging Face CLI
|
| 34 |
- name: Authenticate Hugging Face CLI
|