Skip to content

Commit d7e339c

Browse files
authored
Update README.md and docs
1 parent 8f1575b commit d7e339c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ raw list of affected stacks as an output as well as a matrix that can be used fu
102102
| Name | Description | Default | Required |
103103
|------|-------------|---------|----------|
104104
| atmos-config-path | The path to the atmos.yaml file | atmos.yaml | false |
105+
| atmos-include-spacelift-admin-stacks | Whether to include the Spacelift admin stacks of affected stacks in the output | true | false |
105106
| atmos-version | The version of atmos to install if install-atmos is true | latest | false |
106107
| default-branch | The default branch to use for the base ref. | ${{ github.event.repository.default\_branch }} | false |
107108
| head-ref | The head ref to checkout. If not provided, the head default branch is used. | N/A | false |

docs/github-action.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
| Name | Description | Default | Required |
66
|------|-------------|---------|----------|
77
| atmos-config-path | The path to the atmos.yaml file | atmos.yaml | false |
8+
| atmos-include-spacelift-admin-stacks | Whether to include the Spacelift admin stacks of affected stacks in the output | true | false |
89
| atmos-version | The version of atmos to install if install-atmos is true | latest | false |
910
| default-branch | The default branch to use for the base ref. | ${{ github.event.repository.default\_branch }} | false |
1011
| head-ref | The head ref to checkout. If not provided, the head default branch is used. | N/A | false |

0 commit comments

Comments
 (0)