Skip to content

Commit

Permalink
fixed-step-version
Browse files Browse the repository at this point in the history
  • Loading branch information
zdmytriv committed Sep 3, 2023
1 parent 2b74eed commit bce4783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ runs:
- name: Atmos Apply
if: env.ACTION == 'remediate'
id: atmos-apply
uses: cloudposse/github-action-atmos-terraform-apply@drift-detection-approach-4
uses: cloudposse/github-action-atmos-terraform-apply@v0
with:
component: ${{ steps.metadata.outputs.component }}
stack: ${{ steps.metadata.outputs.stack }}
component-path: ${{ steps.metadata.outputs.component-path }}
commit-sha: ${{ steps.metadata.outputs.commit-sha }}
sha: ${{ steps.metadata.outputs.commit-sha }}
terraform-apply-role: ${{ inputs.terraform-apply-role }}
terraform-state-bucket: ${{ inputs.terraform-state-bucket }}
terraform-state-role: ${{ inputs.terraform-state-role }}
Expand Down

0 comments on commit bce4783

Please sign in to comment.