Debugging CF subdomain step.......
This commit is contained in:
@@ -44,10 +44,10 @@ jobs:
|
|||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.cache/go-build
|
$HOME/.cache/go-build
|
||||||
~/.config/go/env
|
$HOME/.config/go/env
|
||||||
~/go/
|
$HOME/go/
|
||||||
key: ${{ runner.os }}-go-${{ steps. }}
|
key: ${{ runner.os }}-go-${{ steps.retrieve-cloudflare-subdomains }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-go-
|
${{ runner.os }}-go-
|
||||||
|
|
||||||
@@ -63,6 +63,7 @@ jobs:
|
|||||||
uses: dcarbone/install-jq-action@v3.0.1
|
uses: dcarbone/install-jq-action@v3.0.1
|
||||||
|
|
||||||
- name: Retrieve Subdomains from Cloudflare
|
- name: Retrieve Subdomains from Cloudflare
|
||||||
|
id: retrieve-cloudflare-subdomains
|
||||||
env:
|
env:
|
||||||
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||||
CLOUDFLARE_ZONE_ID: ${{ secrets.CLOUDFLARE_ZONE_ID }}
|
CLOUDFLARE_ZONE_ID: ${{ secrets.CLOUDFLARE_ZONE_ID }}
|
||||||
|
|||||||
Reference in New Issue
Block a user