mirror of
https://github.com/Nezumi-2711/cloudflare-gateway-pihole-scripts.git
synced 2026-09-22 13:38:37 +00:00
Update auto_update_github_action.yml
Co-authored-by: mrrfv <rm-rfv-no-preserve-root@protonmail.com>
This commit is contained in:
@@ -63,4 +63,4 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
PING_URL: ${{ secrets.PING_URL }}
|
PING_URL: ${{ secrets.PING_URL }}
|
||||||
run: |
|
run: |
|
||||||
node -e "var https=require('https');https.get('${{ env.PING_URL }}').on('error',err=>console.log('Ping failed: '+err));"
|
curl "${{ env.PING_URL }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user