Skip to content

Commit 2a6dec9

Browse files
committed
1 parent 5bd7810 commit 2a6dec9

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

.github/workflows/main.yaml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
uses: actions/checkout@v4
2424
with:
2525
repository: mrrfv/cloudflare-gateway-pihole-scripts
26-
ref: v1
26+
ref: refs/pull/144/merge # testing https://github.com/mrrfv/cloudflare-gateway-pihole-scripts/pull/144
27+
# ref: v1
2728

2829
- name: Install Node.js
2930
uses: actions/setup-node@v4
@@ -46,12 +47,14 @@ jobs:
4647
${{ github.server_url }}/${{ github.repository }}/raw/${{ github.sha }}/blocklist.txt
4748
https://big.oisd.nl
4849
49-
- name: Delete old rules and lists
50-
run: npm run cloudflare-delete
51-
env:
52-
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
53-
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
54-
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
50+
# commented while testing https://github.com/mrrfv/cloudflare-gateway-pihole-scripts/pull/144
51+
52+
# - name: Delete old rules and lists
53+
# run: npm run cloudflare-delete
54+
# env:
55+
# CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
56+
# CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
57+
# DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
5558

5659
- name: Create new rules and lists
5760
run: npm run cloudflare-create

0 commit comments

Comments
 (0)