Skip to content

Commit e257f73

Browse files
ci(git): setup git config (#11)
1 parent ba40abe commit e257f73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ jobs:
113113

114114
- name: Commit
115115
run: |
116+
git config --global user.email "github-actions[bot]@users.noreply.github.com"
117+
git config --global user.name "github-actions[bot]"
116118
git add .
117119
git commit -m "Release ${{ needs.setup_release.outputs.release_version }}"
118120

0 commit comments

Comments
 (0)