Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 0e3eb0b

Browse files
committed
fix: wrong commit user in cd pipeline
1 parent 9c31fcd commit 0e3eb0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
with:
3030
branch: "main"
3131
commit_message: "docs: updated CHANGELOG.md"
32-
commit_user_name: "Cleat GitHub Actions Bot"
33-
commit_user_email: "cleat@rywal.dev"
34-
commit_author: "Cleat GitHub Actions Bot <cleat@rywal.dev>"
32+
commit_user_name: "API-Client GitHub Actions Bot"
33+
commit_user_email: "api-client@rywal.dev"
34+
commit_author: "API-Client GitHub Actions Bot <api-client@rywal.dev>"
3535

3636
- name: Send Slack notification
3737
uses: 8398a7/[email protected]

0 commit comments

Comments
 (0)