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 fca5d73 commit 51e01fbCopy full SHA for 51e01fb
.github/workflows/main.yml
@@ -31,3 +31,8 @@ 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: Copy CIDR.rsc files
36
+ run: |
37
+ cp Whatsapp-CIDR.rsc $GITHUB_WORKSPACE/Whatsapp-CIDR.rsc
38
+ cp Telegram-CIDR.rsc $GITHUB_WORKSPACE/Telegram-CIDR.rsc
0 commit comments