Skip to content

Commit

Permalink
Update Microsoft Domains.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
HotCakeX committed Feb 13, 2024
1 parent bd73354 commit 267d3fc
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 @@ -31,7 +31,7 @@ jobs:
run: |
(Get-Content -Path 'Microsoft Domains.txt').Trim() |
ForEach-Object -Process { $_.ToLower().Split() } |
Where-Object -FilterScript { ($_.trim() -ne '') -and ($_ -match '[a-zA-Z0-9]') } |
Where-Object -FilterScript { ($_.trim() -ne '') -and ($_ -match '[a-zA-Z0-9]') -and ($_ -notmatch '^xn--.*' ) } |
Select-Object -Unique | Set-Content -Path 'Microsoft Domains.txt' -Force
git config --global user.email "spynetgirl@outlook"
Expand Down

0 comments on commit 267d3fc

Please sign in to comment.