Skip to content

Commit 9e77d4e

Browse files
committed
Add skip-atmos-functions option to GitHub Action parameters
1 parent f846d83 commit 9e77d4e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,7 @@ Which would produce the same behavior as in `v1`, doing this:
410410
| jq-force | Whether to force the installation of jq | true | false |
411411
| jq-version | The version of jq to install if install-jq is true | 1.7 | false |
412412
| nested-matrices-count | Number of nested matrices that should be returned as the output (from 1 to 3) | 2 | false |
413+
| skip-atmos-functions | Skip all Atmos functions such as terraform.output | false | false |
413414
| skip-checkout | Disable actions/checkout for head-ref. Useful for when the checkout happens in a previous step and file are modified outside of git through other actions | false | false |
414415

415416

@@ -511,7 +512,7 @@ All other trademarks referenced herein are the property of their respective owne
511512

512513

513514
---
514-
Copyright © 2017-2024 [Cloud Posse, LLC](https://cpco.io/copyright)
515+
Copyright © 2017-2025 [Cloud Posse, LLC](https://cpco.io/copyright)
515516

516517

517518
<a href="https://cloudposse.com/readme/footer/link?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/github-action-atmos-affected-stacks&utm_content=readme_footer_link"><img alt="README footer" src="https://cloudposse.com/readme/footer/img"/></a>

docs/github-action.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
| jq-force | Whether to force the installation of jq | true | false |
2222
| jq-version | The version of jq to install if install-jq is true | 1.7 | false |
2323
| nested-matrices-count | Number of nested matrices that should be returned as the output (from 1 to 3) | 2 | false |
24+
| skip-atmos-functions | Skip all Atmos functions such as terraform.output | false | false |
2425
| skip-checkout | Disable actions/checkout for head-ref. Useful for when the checkout happens in a previous step and file are modified outside of git through other actions | false | false |
2526

2627

0 commit comments

Comments
 (0)