From d7e339cf871dab0212a38bf52b8b7b8d2cedba27 Mon Sep 17 00:00:00 2001 From: mcalhoun Date: Fri, 14 Jul 2023 04:03:54 +0000 Subject: [PATCH] Update README.md and docs --- README.md | 1 + docs/github-action.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 7a718f4..9680cc4 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ raw list of affected stacks as an output as well as a matrix that can be used fu | Name | Description | Default | Required | |------|-------------|---------|----------| | atmos-config-path | The path to the atmos.yaml file | atmos.yaml | false | +| atmos-include-spacelift-admin-stacks | Whether to include the Spacelift admin stacks of affected stacks in the output | true | false | | atmos-version | The version of atmos to install if install-atmos is true | latest | false | | default-branch | The default branch to use for the base ref. | ${{ github.event.repository.default\_branch }} | false | | head-ref | The head ref to checkout. If not provided, the head default branch is used. | N/A | false | diff --git a/docs/github-action.md b/docs/github-action.md index 748614b..360e1b1 100644 --- a/docs/github-action.md +++ b/docs/github-action.md @@ -5,6 +5,7 @@ | Name | Description | Default | Required | |------|-------------|---------|----------| | atmos-config-path | The path to the atmos.yaml file | atmos.yaml | false | +| atmos-include-spacelift-admin-stacks | Whether to include the Spacelift admin stacks of affected stacks in the output | true | false | | atmos-version | The version of atmos to install if install-atmos is true | latest | false | | default-branch | The default branch to use for the base ref. | ${{ github.event.repository.default\_branch }} | false | | head-ref | The head ref to checkout. If not provided, the head default branch is used. | N/A | false |