File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 23
23
uses : actions/checkout@v4
24
24
with :
25
25
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
27
28
28
29
- name : Install Node.js
29
30
uses : actions/setup-node@v4
@@ -46,12 +47,14 @@ jobs:
46
47
${{ github.server_url }}/${{ github.repository }}/raw/${{ github.sha }}/blocklist.txt
47
48
https://big.oisd.nl
48
49
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 }}
55
58
56
59
- name : Create new rules and lists
57
60
run : npm run cloudflare-create
You can’t perform that action at this time.
0 commit comments