8000 Use correct GitHub Actions bot name · TheAlgorithms/scripts@bf63309 · GitHub
[go: up one dir, main page]

Skip to content

Commit bf63309

Browse files
authored
Use correct GitHub Actions bot name
1 parent be5a4f8 commit bf63309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

directory_md/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ runs:
3535
shell: bash
3636
run: |
3737
git config --global user.name github-actions[bot]
38-
git config --global user.email 'github-actions@users.noreply.github.com'
38+
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
3939
- name: Running the directory builder
4040
shell: bash
4141
run: |

0 commit comments

Comments
 (0)
0