Skip to content

Commit ad2cc93

Browse files
authored
Update formatting.yml
1 parent 21d101c commit ad2cc93

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/formatting.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@ jobs:
2727
2828
- name: Commit changes
2929
run: |
30-
git config --global user.email "github-actions@github.com"
30+
git config --global user.email "fast.code.auth@gmail.com"
3131
git config --global user.name "GitHub Actions"
32-
git config --global credential.helper "store --file=.git-credentials"
33-
echo "https://github.com/${GITHUB_REPOSITORY}.git" > .git-credentials
3432
git add .
3533
git diff-index --quiet HEAD || git commit -m "Auto-format code with Black"
3634
git push https://[email protected]/${GITHUB_REPOSITORY}.git HEAD:$GITHUB_REF

0 commit comments

Comments
 (0)