Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/cf-lambda-shared-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ jobs:
name: TfC Plan and (maybe) Apply
runs-on: ubuntu-latest
steps:
- uses: hashicorp/tfc-workflows-github/actions/[email protected].0
- uses: hashicorp/tfc-workflows-github/actions/[email protected].2
id: plan
with:
message: "Triggered from ${{ github.repository }}"
workspace: ${{ inputs.TF_WORKSPACE }}

- uses: hashicorp/tfc-workflows-github/actions/[email protected].0
- uses: hashicorp/tfc-workflows-github/actions/[email protected].2
id: apply
if: ${{ fromJSON(steps.plan.outputs.payload).data.attributes.actions.IsConfirmable && inputs.TF_AUTO_APPLY }}
with:
Expand Down