From e76783c886b299d3d421ea1b82dce0f07eb00d5b Mon Sep 17 00:00:00 2001 From: Mykhailo Date: Mon, 11 Dec 2023 13:18:29 +0200 Subject: [PATCH] Update .gitea/workflows/tf-plan.yml --- .gitea/workflows/tf-plan.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/tf-plan.yml b/.gitea/workflows/tf-plan.yml index d17ab75..242a90e 100644 --- a/.gitea/workflows/tf-plan.yml +++ b/.gitea/workflows/tf-plan.yml @@ -19,6 +19,8 @@ jobs: tf-plan: name: Terraform Plan runs-on: ubuntu-latest + outputs: + tfplanexitcode: ${{ steps.tfplan.outputs.exitcode }} steps: - name: Clone blackbox repo