We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49e5695 commit 0ba3dc8Copy full SHA for 0ba3dc8
examples/snippets/.github/workflows/atmos-terraform-apply.yaml
@@ -37,7 +37,7 @@ jobs:
37
runs-on: ["self-hosted", "terraform"]
38
steps:
39
- id: affected
40
- uses: cloudposse/github-action-atmos-affected-stacks@v4
+ uses: cloudposse/github-action-atmos-affected-stacks@v6
41
with:
42
base-ref: ${{ github.event.pull_request.base.sha }}
43
head-ref: ${{ github.event.pull_request.head.sha }}
examples/snippets/.github/workflows/atmos-terraform-plan.yaml
@@ -21,7 +21,7 @@ jobs:
21
22
23
24
25
26
atmos-version: ${{ vars.ATMOS_VERSION }}
27
atmos-config-path: ${{ vars.ATMOS_CONFIG_PATH }}
0 commit comments