Skip to content

Commit 1ee46b8

Browse files
committed
chore: remove unnecessary git configuration from Hugging Face deployment workflow
1 parent 69afd2c commit 1ee46b8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/deploy-to-huggingface.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ jobs:
3636
HF_USERNAME: ${{ secrets.HF_USERNAME }}
3737
SPACE_NAME: ${{ secrets.SPACE_NAME }}
3838
run: |
39-
git config --global user.email "[email protected]"
40-
git config --global user.name "github-actions"
41-
4239
# Create repository URL
4340
REPO_URL="https://huggingface.co/spaces/$HF_USERNAME/$SPACE_NAME"
4441

0 commit comments

Comments
 (0)