We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcc8050 commit 6c8bf19Copy full SHA for 6c8bf19
1 file changed
.github/workflows/update-blog-contents.yml
@@ -15,8 +15,8 @@ jobs:
15
uses: actions/checkout@v4
16
- name: Configure Git
17
run: |
18
- git config --global user.name "github-actions[bot]"
19
- git config --global user.email "github-actions[bot]@users.noreply.github.com"
+ git config --global user.name "doc-bot"
+ git config --global user.email "bot@deviceofchoice.org"
20
- name: Clone content repo
21
22
rm -rf src/content
0 commit comments