We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ffaf7 commit 96ed0e6Copy full SHA for 96ed0e6
.github/workflows/main.yml
@@ -49,6 +49,8 @@ jobs:
49
50
- name: Commit and Push
51
run: |
52
+ git config --global user.email $GIT_EMAIL
53
+ git config --global user.name $GIT_NAME
54
git add .
55
git commit -m "Update CIDR list"
56
git push
0 commit comments