Skip to content

Commit dfe4d57

Browse files
authored
Update formatting.yml
1 parent ad2cc93 commit dfe4d57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/formatting.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
- name: Commit changes
2929
run: |
3030
git config --global user.email "[email protected]"
31-
git config --global user.name "GitHub Actions"
31+
git config --global user.name "FastCodeProfile"
3232
git add .
3333
git diff-index --quiet HEAD || git commit -m "Auto-format code with Black"
34-
git push https://[email protected]/${GITHUB_REPOSITORY}.git HEAD:$GITHUB_REF
34+
git push https://[email protected]/${GITHUB_REPOSITORY}.git HEAD:main
3535
3636
3737

0 commit comments

Comments
 (0)