From fbfc5d608bc6016852ae03fafdbcd85a22809fff Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Sun, 19 Oct 2025 14:17:54 +0900 Subject: [PATCH] fix: correct typo in check-audit.yml for configure command execution --- .github/workflows/check-audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-audit.yml b/.github/workflows/check-audit.yml index 5c2a6b0e..996ff361 100644 --- a/.github/workflows/check-audit.yml +++ b/.github/workflows/check-audit.yml @@ -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