Skip to content

Commit 96ed0e6

Browse files
authored
Update main.yml
1 parent 79ffaf7 commit 96ed0e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
5050
- name: Commit and Push
5151
run: |
52+
git config --global user.email $GIT_EMAIL
53+
git config --global user.name $GIT_NAME
5254
git add .
5355
git commit -m "Update CIDR list"
5456
git push

0 commit comments

Comments
 (0)