Skip to content

Commit

Permalink
Update cloudposse/github-action-deploy-helmfile action to v0.2.2 (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 20, 2023
1 parent cea5406 commit fb6dfec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-preview-helmfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
role-skip-session-tagging: true

- name: Deploy
uses: cloudposse/[email protected].0
uses: cloudposse/[email protected].2
id: deploy
with:
aws-region: ${{ steps.environment.outputs.region }}
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
role-skip-session-tagging: true

- name: Destroy
uses: cloudposse/[email protected].0
uses: cloudposse/[email protected].2
if: ${{ steps.deployment.outputs.id != '' }}
id: deploy
with:
Expand Down

0 comments on commit fb6dfec

Please sign in to comment.