From 9d1ab1f3340019ad3d20e813610fc7ca768f4dc1 Mon Sep 17 00:00:00 2001 From: Demetrio Carrara Date: Thu, 11 Jan 2024 13:10:02 +0100 Subject: [PATCH] fix: https://github.com/actions/runner/issues/2238 --- .github/workflows/tf-deploy-basic.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tf-deploy-basic.yaml b/.github/workflows/tf-deploy-basic.yaml index 9a510b3c..209fabd5 100644 --- a/.github/workflows/tf-deploy-basic.yaml +++ b/.github/workflows/tf-deploy-basic.yaml @@ -190,7 +190,7 @@ jobs: run: terraform apply -auto-approve -input=false "tfplan" - uses: actions/github-script@0.9.0 - if: github.event_name == 'pull_request' && inputs.github_feedback == true + if: github.event_name == 'pull_request' && inputs.github_feedback == 'true' env: PLAN: "terraform\n${{ steps.plan.outputs.stdout }}" with: