go env and changing mode for diff action.
This commit is contained in:
@@ -69,6 +69,7 @@ jobs:
|
|||||||
CF_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
|
CF_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
|
||||||
CF_API_EMAIL: ${{ secrets.CF_API_EMAIL }}
|
CF_API_EMAIL: ${{ secrets.CF_API_EMAIL }}
|
||||||
run: |
|
run: |
|
||||||
|
go env
|
||||||
# Check if flarectl exists; install if not cached
|
# Check if flarectl exists; install if not cached
|
||||||
if ! command -v flarectl &> /dev/null; then
|
if ! command -v flarectl &> /dev/null; then
|
||||||
echo "flarectl not found, installing..."
|
echo "flarectl not found, installing..."
|
||||||
@@ -93,6 +94,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
old: cloudflare_subdomains.txt
|
old: cloudflare_subdomains.txt
|
||||||
new: compose_subdomains.txt
|
new: compose_subdomains.txt
|
||||||
|
mode: mixed-worse
|
||||||
output: missing_subdomains.txt
|
output: missing_subdomains.txt
|
||||||
|
|
||||||
- name: Add missing subdomains to Cloudflare
|
- name: Add missing subdomains to Cloudflare
|
||||||
|
|||||||
Reference in New Issue
Block a user