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 87fb408 commit 584951eCopy full SHA for 584951e
.github/workflows/time-tracker-ui-ci.yml
@@ -77,7 +77,7 @@ jobs:
77
- name: Terraform Plan Stage
78
id: plan-stage
79
run: |
80
- terraform plan -var-file=${{ env.TF_WORKSPACE }}.tfvars -var image_tag=latest -no-color
+ terraform plan -var-file=${{ env.TF_WORKSPACE }}.tfvars -var image_tag=latest -no-color
81
continue-on-error: true
82
working-directory: ./${{ env.WORKING_DIR }}
83
env:
0 commit comments