Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sgametrio committed Jan 11, 2024
1 parent ed391b1 commit 9d1ab1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tf-deploy-basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
run: terraform apply -auto-approve -input=false "tfplan"

- uses: actions/[email protected]
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:
Expand Down

0 comments on commit 9d1ab1f

Please sign in to comment.