From 6e3d2b51fada196822061679bf0128cf3366d627 Mon Sep 17 00:00:00 2001 From: "Marcel S. Henselin" Date: Fri, 27 Mar 2026 18:34:22 +0100 Subject: [PATCH] fix: try fix empty outputs [skip ci] --- .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 cb492499..17c776de 100644 --- a/.github/actions/acc_test/action.yaml +++ b/.github/actions/acc_test/action.yaml @@ -223,7 +223,7 @@ runs: echo "Running acceptance tests for the terraform provider" if [[ -z "$testfile" ]]; then - test_file="./..." + testfile="./..." fi if [[ -z "$testfile" ]]; then