From 8886b60c25dfa0d318aa26c1cb366c9f3121078a Mon Sep 17 00:00:00 2001 From: "Marcel S. Henselin" Date: Fri, 27 Mar 2026 11:00:14 +0100 Subject: [PATCH] chore: modify test action [skip ci] --- .github/workflows/tf-acc-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tf-acc-test.yaml b/.github/workflows/tf-acc-test.yaml index 58a787b4..ef630175 100644 --- a/.github/workflows/tf-acc-test.yaml +++ b/.github/workflows/tf-acc-test.yaml @@ -96,4 +96,4 @@ jobs: event_body: "${{ steps.automatic_run.outputs.result || steps.manual_run.outputs.result }}" event_number: ${{ github.event.id }} event_url: "https://tf-provider.git.onstackit.cloud/stackit-dev-tools/terraform-provider-stackitprivatepreview/actions/runs/${{ forgejo.run_number }}" - status: ${{ (steps.manual_run.outputs.status || steps.automatic_run.outputs.status) }} + status: "${{ (steps.manual_run.outputs.status || steps.automatic_run.outputs.status) }}"