mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-21 15:00:40 +00:00
Replaced user config with github-actions[bot]
This commit is contained in:
parent
a9f8223e4a
commit
e1c320b804
1 changed files with 2 additions and 2 deletions
4
.github/workflows/create_release.yml
vendored
4
.github/workflows/create_release.yml
vendored
|
@ -149,8 +149,8 @@ jobs:
|
|||
|
||||
- name: Commit changes
|
||||
run: |
|
||||
git config --global user.name "vodemn"
|
||||
git config --global user.email "vadim.turko@gmail.com"
|
||||
git config --local user.email "github-actions[bot]@users.noreply.github.com"
|
||||
git config --local user.name "github-actions[bot]"
|
||||
git add -A
|
||||
git commit -m "Version bump"
|
||||
|
||||
|
|
Loading…
Reference in a new issue