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 ef6e23a commit 6515aa6Copy full SHA for 6515aa6
.github/workflows/release-docs.yml
@@ -32,8 +32,8 @@ jobs:
32
33
- name: Configure git
34
run: |
35
- git config user.name "Seqera Commmunity Team"
36
- git config user.email "[email protected]"
+ git config user.name "github-actions[bot]"
+ git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
37
38
- name: Build Docs Website
39
run: mike deploy --alias-type copy --update-aliases $VERSION latest
0 commit comments