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 f493690 commit 23b133aCopy full SHA for 23b133a
.github/workflows/awesome_workflow.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Setup Git Specs
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: Filename Formatter
26
27
wget https://raw.githubusercontent.com/TheAlgorithms/scripts/main/filename_formatter.sh
0 commit comments