Skip to content

Commit

Permalink
Update findredundant.yml
Browse files Browse the repository at this point in the history
Use 'Quiet' parameter
  • Loading branch information
Chocolate4U committed Sep 19, 2023
1 parent 5c41b79 commit 563fb5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/findredundant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 563fb5c

Please sign in to comment.