Skip to content

Commit 2663aa1

Browse files
committed
workflow updates
1 parent 16536f3 commit 2663aa1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-atmos-pro-enabled.yml renamed to .github/workflows/integration-atmos-pro-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
cat ${{ runner.temp }}/atmos.yaml
4848
4949
- name: Plan Atmos Component
50-
uses: cloudposse/github-action-atmos-terraform-plan@v4
50+
uses: cloudposse/github-action-atmos-terraform-plan@v5
5151
with:
5252
component: "foobar-atmos-pro"
5353
stack: "plat-ue2-sandbox"
@@ -80,7 +80,7 @@ jobs:
8080
steps:
8181
- uses: nick-fields/assert-action@v2
8282
with:
83-
expected: 'succeeded'
83+
expected: "succeeded"
8484
actual: "${{ needs.test.outputs.result }}"
8585

8686
teardown:
@@ -89,4 +89,4 @@ jobs:
8989
if: ${{ always() }}
9090
steps:
9191
- name: Tear down
92-
run: echo "Do Tear down"
92+
run: echo "Do Tear down"

0 commit comments

Comments
 (0)