From c4827fbec0712d1f39502f41ef016c8696525c19 Mon Sep 17 00:00:00 2001 From: ok-nick <25470747+ok-nick@users.noreply.github.com> Date: Mon, 22 Aug 2022 16:36:04 -0400 Subject: [PATCH] Change quotes to single quotes --- .github/actions/test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index 9e0daa5..e403859 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -40,7 +40,7 @@ runs: shell: bash - name: Verify executables in PATH on PowerShell for Windows - if: runner.os == "Windows" + if: runner.os == 'Windows' run: | Get-Command "selene" Get-Command "stylua"