...
This commit is contained in:
@@ -43,6 +43,20 @@ jobs:
|
|||||||
- name: Setup yq
|
- name: Setup yq
|
||||||
uses: dcarbone/install-yq-action@v1
|
uses: dcarbone/install-yq-action@v1
|
||||||
|
|
||||||
|
- name: Setup Go
|
||||||
|
id: setup-go
|
||||||
|
uses: actions/setup-go@v5.2.0
|
||||||
|
with:
|
||||||
|
go-version: 'stable'
|
||||||
|
cache: true
|
||||||
|
cache-dependency-path: |
|
||||||
|
**/go.sum
|
||||||
|
**/go.mod
|
||||||
|
**/flarectl
|
||||||
|
|
||||||
|
- name: Setup jq
|
||||||
|
uses: dcarbone/install-jq-action@v3.0.1
|
||||||
|
|
||||||
- name: Install flarectl
|
- name: Install flarectl
|
||||||
uses: tj-actions/setup-bin@v1.2.1
|
uses: tj-actions/setup-bin@v1.2.1
|
||||||
with:
|
with:
|
||||||
@@ -51,20 +65,6 @@ jobs:
|
|||||||
repository-owner: cloudflare
|
repository-owner: cloudflare
|
||||||
version: "latest"
|
version: "latest"
|
||||||
|
|
||||||
# - name: Setup Go
|
|
||||||
# id: setup-go
|
|
||||||
# uses: actions/setup-go@v5.2.0
|
|
||||||
# with:
|
|
||||||
# go-version: 'stable'
|
|
||||||
# cache: true
|
|
||||||
# cache-dependency-path: |
|
|
||||||
# **/go.sum
|
|
||||||
# **/go.mod
|
|
||||||
# **/flarectl
|
|
||||||
|
|
||||||
# - name: Setup jq
|
|
||||||
# uses: dcarbone/install-jq-action@v3.0.1
|
|
||||||
|
|
||||||
# - name: Retrieve Subdomains from Cloudflare & Compose
|
# - name: Retrieve Subdomains from Cloudflare & Compose
|
||||||
# id: retrieve-cloudflare-subdomains
|
# id: retrieve-cloudflare-subdomains
|
||||||
# env:
|
# env:
|
||||||
|
|||||||
Reference in New Issue
Block a user