Skip to content

Commit ada6bf5

Browse files
authored
Adding git user name and email to github action
1 parent 8c0dab7 commit ada6bf5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-workflow.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
steps:
1010
- name: Checkout
1111
uses: actions/checkout@v3
12+
- name: Setup git user
13+
run: |
14+
git config --global user.name "Nagabhushan Srinivasa"
15+
git config --global user.email "nagabhushan.srinivasa@gmail.com"
1216
- name: Setup Java
1317
uses: actions/setup-java@v3
1418
with:

0 commit comments

Comments
 (0)