We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69afd2c commit 1ee46b8Copy full SHA for 1ee46b8
.github/workflows/deploy-to-huggingface.yml
@@ -36,9 +36,6 @@ jobs:
36
HF_USERNAME: ${{ secrets.HF_USERNAME }}
37
SPACE_NAME: ${{ secrets.SPACE_NAME }}
38
run: |
39
- git config --global user.email "[email protected]"
40
- git config --global user.name "github-actions"
41
-
42
# Create repository URL
43
REPO_URL="https://huggingface.co/spaces/$HF_USERNAME/$SPACE_NAME"
44
0 commit comments