From 4ff18cc149facead50450a055d9a00ab0a659fc2 Mon Sep 17 00:00:00 2001 From: Konboi Date: Fri, 9 Aug 2024 09:54:32 +0900 Subject: [PATCH] try to define as string --- .github/workflows/record-build-and-test-results-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/record-build-and-test-results-action.yml b/.github/workflows/record-build-and-test-results-action.yml index a84d6d0..91a3583 100644 --- a/.github/workflows/record-build-and-test-results-action.yml +++ b/.github/workflows/record-build-and-test-results-action.yml @@ -39,7 +39,7 @@ jobs: with: report_path: launchable-test-result/test-results.xml test_runner: pytest - no_build: true + no_build: 'true' if: always() - name: Record build and test results action with test_session_name option uses: launchableinc/record-build-and-test-results-action@support-flavor-and-test-session-name-options