We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18ab4fb commit 655a0caCopy full SHA for 655a0ca
.github/workflows/GitHub520.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: commit
38
id: commit
39
run: |
40
- git config --global user.email [email protected]
+ git config --global user.email HelloGitHub
41
git config --global user.name action_bot
42
git add .
43
git commit -m "update readme content"
0 commit comments