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 93f5e59 commit fca5d73Copy full SHA for fca5d73
.github/workflows/main.yml
@@ -31,11 +31,3 @@ jobs:
31
sed -nEi 's/(([0-9]+\.){3}[0-9]+) */add list=Whatsapp address=\1/p' Whatsapp-CIDR.rsc
32
sed -i '1 i\\/ip firewall address-list' Whatsapp-CIDR.rsc
33
# 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