Skip to content

Commit 51e01fb

Browse files
authored
Update main.yml
1 parent fca5d73 commit 51e01fb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,8 @@ 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: 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

Comments
 (0)