Skip to content

Commit 6515aa6

Browse files
committed
Magic github actions git user
1 parent ef6e23a commit 6515aa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232

3333
- name: Configure git
3434
run: |
35-
git config user.name "Seqera Commmunity Team"
36-
git config user.email "[email protected]"
35+
git config user.name "github-actions[bot]"
36+
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
3737
3838
- name: Build Docs Website
3939
run: mike deploy --alias-type copy --update-aliases $VERSION latest

0 commit comments

Comments
 (0)