Skip to content

Commit 5203e9a

Browse files
committed
chore: update GitHub Actions user configuration for committing coverage.svg
1 parent 562aa88 commit 5203e9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ jobs:
5757
- name: Commit files
5858
if: steps.verify-changed-files.outputs.files_changed == 'true'
5959
run: |
60-
git config --local user.email "github-actions[bot]@users.noreply.github.com"
61-
git config --local user.name "github-actions[bot]"
60+
git config --local user.email "imamuzzaki@gmail.com"
61+
git config --local user.name "ImBIOS"
6262
git add coverage.svg
6363
git commit -m "Updated coverage.svg"
6464

0 commit comments

Comments
 (0)