mirror of
https://github.com/Nezumi-2711/cloudflare-gateway-pihole-scripts.git
synced 2026-09-22 13:38:37 +00:00
Merge pull request #40 from hlqviet/feature/keep-workflow-alive
Use gautamkrishnar/keepalive-workflow to prevent workflow suspension
This commit is contained in:
@@ -67,3 +67,6 @@ jobs:
|
|||||||
curl "${{ env.PING_URL }}"
|
curl "${{ env.PING_URL }}"
|
||||||
env:
|
env:
|
||||||
PING_URL: ${{ secrets.PING_URL }}
|
PING_URL: ${{ secrets.PING_URL }}
|
||||||
|
|
||||||
|
- name: Keep workflow alive
|
||||||
|
uses: gautamkrishnar/keepalive-workflow@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user