From 3949ec99351e41be77e8a5fb397c398e7025b8f6 Mon Sep 17 00:00:00 2001 From: "Marcel S. Henselin" Date: Tue, 10 Mar 2026 13:01:19 +0100 Subject: [PATCH] fix: 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 8d88be75..3f547033 100644 --- a/.github/actions/acc_test/action.yaml +++ b/.github/actions/acc_test/action.yaml @@ -105,7 +105,7 @@ runs: - name: Crete service account file shell: bash run: | - mkdir -p dirname "$(realpath ${{ inputs.service_account_json_file_path }})" + mkdir -p $(dirname "${{ inputs.service_account_json_file_path }}") echo "${{ inputs.service_account_json }}" > "${{ inputs.service_account_json_file_path }}" cat "${{ inputs.service_account_json_file_path }}"