Skip to content

Commit 4a5e94d

Browse files
committed
Update create-release-pr.yml
1 parent a2c2c1d commit 4a5e94d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-release-pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323

2424
- name: Configure Git
2525
run: |
26-
git config --local user.email "sarmaged@gmail.com"
27-
git config --local user.name "Sarmaged"
26+
git config --global user.name 'github-actions'
27+
git config --global user.email 'github-actions@github.com'
2828
2929
- name: Create and push new branch
3030
run: |

0 commit comments

Comments
 (0)