We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21d101c commit ad2cc93Copy full SHA for ad2cc93
.github/workflows/formatting.yml
@@ -27,10 +27,8 @@ jobs:
27
28
- name: Commit changes
29
run: |
30
- git config --global user.email "github-actions@github.com"
+ git config --global user.email "fast.code.auth@gmail.com"
31
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
34
git add .
35
git diff-index --quiet HEAD || git commit -m "Auto-format code with Black"
36
git push https://[email protected]/${GITHUB_REPOSITORY}.git HEAD:$GITHUB_REF
0 commit comments