From 563fb5cbd126a90f53a5820281c93cfc4fc0e983 Mon Sep 17 00:00:00 2001 From: chocolate4u <133856779+chocolate4u@users.noreply.github.com> Date: Tue, 19 Sep 2023 23:58:06 +0330 Subject: [PATCH] Update findredundant.yml Use 'Quiet' parameter --- .github/workflows/findredundant.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/findredundant.yml b/.github/workflows/findredundant.yml index cb83d443..6d15fbd2 100644 --- a/.github/workflows/findredundant.yml +++ b/.github/workflows/findredundant.yml @@ -34,14 +34,14 @@ jobs: - name: Check Domains with Cloudflare shell: pwsh run: | - .\Check-domains.ps1 -Mode DOH -DOHServer Cloudflare -Http3 -Concurrency 100 + .\Check-domains.ps1 -Mode DOH -DOHServer Cloudflare -Http3 -Concurrency 100 -Quiet New-Item -Name "Cloudflare" -ItemType "directory" Move-Item -Path "./Results-DOH.csv" -Destination "./Cloudflare" - name: Check Domains with Google shell: pwsh run: | - .\Check-domains.ps1 -Mode DOH -DOHServer Google -Http3 -Concurrency 100 + .\Check-domains.ps1 -Mode DOH -DOHServer Google -Http3 -Concurrency 100 -Quiet New-Item -Name "Google" -ItemType "directory" Move-Item -Path "./Results-DOH.csv" -Destination "./Google"