Skip to content

Commit

Permalink
Update Duplicate and empty lines removal.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HotCakeX committed Feb 18, 2024
1 parent c2da826 commit ce5e7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Duplicate and empty lines removal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
shell: pwsh
run: |
[System.String]$File1 = 'Microsoft Domains.txt'
[System.String]$File2 = 'Microsoft Domains Extra.txt'
[System.String]$File2 = 'Microsoft Domains - EASM.txt'
[System.String[]]$File1Content = (Get-Content -Path $File1).Trim() |
Where-Object -FilterScript { ($_.trim() -ne '') -and ($_ -match '[a-zA-Z0-9]') -and ($_ -notmatch '^xn--.*' ) } | Select-Object -Unique
Expand Down

0 comments on commit ce5e7d5

Please sign in to comment.