Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 8311d1c

Browse files
committed
2 parents 021e040 + c975f6d commit 8311d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs_clean.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
rm -r ${{ env.remove_me }}
3737
sed -i /${{ env.remove_me }}/d versions.txt
3838
git config --global user.name 'GitHub Actions Docs Cleanup CI'
39-
git config --global user.email 'gha@users.noreply.github.com'
39+
git config --global user.email 'GithubActionsCleanup@users.noreply.github.com'
4040
git commit -am"removing redundant docs version ${{ env.remove_me }}"
4141
git push

0 commit comments

Comments
 (0)