Skip to content

Commit

Permalink
fix: GitHub Actions bot username on Awesome Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Panquesito7 authored Sep 6, 2023
1 parent f493690 commit 23b133a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/awesome_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Git Specs
run: |
git config --global user.name github-actions[bot]
git config --global user.email '[email protected]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
- name: Filename Formatter
run: |
wget https://raw.githubusercontent.com/TheAlgorithms/scripts/main/filename_formatter.sh
Expand Down

0 comments on commit 23b133a

Please sign in to comment.