Skip to content

Commit 7e8c758

Browse files
authored
Merge pull request #1 from analyticsMD/apply-fix-pr-from-primary-repo
Apply fix pr from primary repo
2 parents 16536f3 + d867ba5 commit 7e8c758

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.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"

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,9 +410,9 @@ runs:
410410
--output "${{ github.workspace }}/atmos-apply-summary.md" \
411411
--log-level $([[ "${{ inputs.debug }}" == "true" ]] && echo "DEBUG" || echo "INFO") \
412412
apply -- \
413-
atmos terraform apply ${{ inputs.component }} \
413+
atmos terraform deploy ${{ inputs.component }} \
414414
--stack ${{ inputs.stack }} \
415-
-auto-approve \
415+
--planfile ${{ steps.vars.outputs.plan_file }} \
416416
-input=false \
417417
-no-color \
418418
&> ${TERRAFORM_OUTPUT_FILE}

0 commit comments

Comments
 (0)