diff --git a/.github/workflows/update-wordinfo.yml b/.github/workflows/update-wordinfo.yml index 8d8b4e185..a0afc12e8 100644 --- a/.github/workflows/update-wordinfo.yml +++ b/.github/workflows/update-wordinfo.yml @@ -25,7 +25,7 @@ jobs: - name: Update WordInfo\Gender\* shell: powershell # Forces the usage of PowerShell Desktop - run: .\update-wordinfo.ps1 + run: .\update-wordinfo-gender.ps1 - name: Update WordInfo\decline.txt shell: powershell diff --git a/update-wordinfo.ps1 b/update-wordinfo-gender.ps1 similarity index 100% rename from update-wordinfo.ps1 rename to update-wordinfo-gender.ps1