Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Nov 28, 2024
1 parent 77eb9aa commit 1cf287a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
sed -i -e 's#__APPLY_ROLE__#${{ secrets.TERRAFORM_APPLY_ROLE }}#g' ${{ runner.temp }}/atmos.yaml
- name: Plan Atmos Component
uses: cloudposse/github-action-atmos-terraform-plan@v2
uses: cloudposse/github-action-atmos-terraform-plan@add-cache-and-azure
with:
component: "foobar"
stack: "plat-ue2-sandbox"
Expand All @@ -64,5 +64,5 @@ jobs:
component: "foobar"
stack: "plat-ue2-sandbox"
atmos-config-path: ${{ runner.temp }}
atmos-version: 1.81.0
atmos-version: 1.99.0
debug: true

0 comments on commit 1cf287a

Please sign in to comment.