We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16536f3 commit 2663aa1Copy full SHA for 2663aa1
1 file changed
…hub/workflows/test-atmos-pro-enabled.yml …orkflows/integration-atmos-pro-tests.yml.github/workflows/test-atmos-pro-enabled.yml renamed to .github/workflows/integration-atmos-pro-tests.yml
@@ -47,7 +47,7 @@ jobs:
47
cat ${{ runner.temp }}/atmos.yaml
48
49
- name: Plan Atmos Component
50
- uses: cloudposse/github-action-atmos-terraform-plan@v4
+ uses: cloudposse/github-action-atmos-terraform-plan@v5
51
with:
52
component: "foobar-atmos-pro"
53
stack: "plat-ue2-sandbox"
@@ -80,7 +80,7 @@ jobs:
80
steps:
81
- uses: nick-fields/assert-action@v2
82
83
- expected: 'succeeded'
+ expected: "succeeded"
84
actual: "${{ needs.test.outputs.result }}"
85
86
teardown:
@@ -89,4 +89,4 @@ jobs:
89
if: ${{ always() }}
90
91
- name: Tear down
92
- run: echo "Do Tear down"
+ run: echo "Do Tear down"
0 commit comments