Skip to content

Commit 23b133a

Browse files
authored
fix: GitHub Actions bot username on Awesome Workflow
1 parent f493690 commit 23b133a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/awesome_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Git Specs
2222
run: |
2323
git config --global user.name github-actions[bot]
24-
git config --global user.email 'github-actions@users.noreply.github.com'
24+
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
2525
- name: Filename Formatter
2626
run: |
2727
wget https://raw.githubusercontent.com/TheAlgorithms/scripts/main/filename_formatter.sh

0 commit comments

Comments
 (0)