fix: correct typo in check-audit.yml for configure command execution

This commit is contained in:
fukusuket
2025-10-19 14:17:54 +09:00
parent ba3f13dbd2
commit fbfc5d608b

View File

@@ -43,7 +43,7 @@ jobs:
$PSVersionTable.PSVersion
shell: powershell
- name: Run congigure command(PowerShell 5.1)
- name: Run congiure command(PowerShell 5.1)
run: |
./WELA.ps1 configure
shell: powershell