Skip to content

Commit 7c4abb3

Browse files
Update git info
1 parent c4bc78f commit 7c4abb3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/generate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
run: git checkout -b "openapi-generator-${{ steps.bump_version.outputs.version }}"
4343
- name: Create commit
4444
run: |
45-
git config user.name "openapi_generator"
46-
git config user.email "openapi_generator@mx.com"
45+
git config user.name "devexperience"
46+
git config user.email "devexperience@mx.com"
4747
git add .
4848
git commit -m "Generated version ${{ steps.bump_version.outputs.version }}
4949

0 commit comments

Comments
 (0)