Skip to content

Commit fca5d73

Browse files
authored
Update main.yml
1 parent 93f5e59 commit fca5d73

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,3 @@ jobs:
3131
sed -nEi 's/(([0-9]+\.){3}[0-9]+) */add list=Whatsapp address=\1/p' Whatsapp-CIDR.rsc
3232
sed -i '1 i\\/ip firewall address-list' Whatsapp-CIDR.rsc
3333
# Add more steps to process the data and commit changes
34-
35-
- name: Commit and Push
36-
run: |
37-
git config --global user.email $GIT_EMAIL
38-
git config --global user.name $GIT_NAME
39-
git add .
40-
git commit -m "Update CIDR lists"
41-
git push

0 commit comments

Comments
 (0)