We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a86a024 commit 3f6b95aCopy full SHA for 3f6b95a
1 file changed
.github/workflows/tf-smurf.yml
@@ -209,7 +209,7 @@ jobs:
209
echo "This is Plan"
210
211
- name: ⏳ Approval Before Apply
212
- if: ${{ inputs.terraform_destroy != 'true' && inputs.plan_only != 'true' }}
+ if: ${{ !inputs.terraform_destroy && !inputs.plan_only }}
213
uses: trstringer/manual-approval@v1
214
with:
215
secret: ${{ secrets.GITHUB_TOKEN }}
@@ -219,7 +219,7 @@ jobs:
219
issue-title: "Approve Terraform Apply"
220
221
- name: 🚀 Terraform Apply
222
223
run: |
224
#smurf stf apply --auto-approve --dir=${{ inputs.terraform_directory }}
225
echo "This is Init"
0 commit comments