From 68635670fb5a405159cb41ec63e3734dc0fe31f3 Mon Sep 17 00:00:00 2001 From: "Marcel S. Henselin" Date: Tue, 10 Mar 2026 15:05:38 +0100 Subject: [PATCH] fix: tf acc test pipeline --- .github/actions/acc_test/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/acc_test/action.yaml b/.github/actions/acc_test/action.yaml index e69a33fa..ee48e8c3 100644 --- a/.github/actions/acc_test/action.yaml +++ b/.github/actions/acc_test/action.yaml @@ -132,7 +132,7 @@ runs: set -e if [ ! -f "${{ inputs.service_account_json_file_path }}" ]; then echo "unable to find service account file '${{ inputs.service_account_json_file_path }}'" - if [[ "${{ inputs.service_account_json_content }}" == "" ]]; then + if [[ "x${{ inputs.service_account_json_content }}" == "x" ]]; then echo "ERROR: service_account_json_file_content MUST NOT be empty if account file is missing" exit 1 fi