From fe7824158fc90bb46313e6f9f12f8958039458e6 Mon Sep 17 00:00:00 2001 From: Konboi Date: Fri, 9 Aug 2024 15:31:26 +0900 Subject: [PATCH] fix nits --- action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index 112a09f..f855c61 100644 --- a/action.yaml +++ b/action.yaml @@ -144,8 +144,8 @@ runs: fi options+=( - ${{ inputs.test_runner }} \ - ${{ inputs.report_path }} + "${{ inputs.test_runner }}" + "${{ inputs.report_path }}" ) launchable record tests "${options[@]}"