E56E
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 bf63309 commit a775dfdCopy full SHA for a775dfd
formatter/action.yml
@@ -21,7 +21,7 @@ runs:
21
shell: bash
22
run: |
23
git config --global user.name github-actions[bot]
24
- git config --global user.email 'github-actions@users.noreply.github.com'
+ git config --global user.email 'github-actions[bot]@users.noreply.github.com'
25
- name: Running the formatter
26
27
0 commit comments