Skip to content

Commit 57489d1

Browse files
authored
Update gem-push.yml
1 parent d153384 commit 57489d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/gem-push.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ on:
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
12-
12+
run:
13+
- git config --global user.email "[email protected]"
14+
- git config --global user.name "master"
1315
steps:
1416
- uses: actions/checkout@v1
1517

0 commit comments

Comments
 (0)