Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
delhage committed Jan 10, 2024
1 parent d6964f1 commit 7c2c7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
- name: "Checkout code"
uses: actions/checkout@v4

- name: "Terraform init, plan ${{ inputs.terraform_apply == 'true' && 'and apply' || '' }} "
- name: "Terraform init, plan ${{ inputs.terraform_apply == false && 'and apply' || '' }} "
run: echo Testing

0 comments on commit 7c2c7e7

Please sign in to comment.