Skip to content

Commit 6c8bf19

Browse files
committed
fix: change bot creds
1 parent fcc8050 commit 6c8bf19

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-blog-contents.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
uses: actions/checkout@v4
1616
- name: Configure Git
1717
run: |
18-
git config --global user.name "github-actions[bot]"
19-
git config --global user.email "github-actions[bot]@users.noreply.github.com"
18+
git config --global user.name "doc-bot"
19+
git config --global user.email "bot@deviceofchoice.org"
2020
- name: Clone content repo
2121
run: |
2222
rm -rf src/content

0 commit comments

Comments
 (0)