You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -410,6 +410,7 @@ Which would produce the same behavior as in `v1`, doing this:
410
410
| jq-force | Whether to force the installation of jq | true | false |
411
411
| jq-version | The version of jq to install if install-jq is true | 1.7 | false |
412
412
| 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 |
413
414
| 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 |
414
415
415
416
@@ -511,7 +512,7 @@ All other trademarks referenced herein are the property of their respective owne
Copy file name to clipboardExpand all lines: docs/github-action.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@
21
21
| jq-force | Whether to force the installation of jq | true | false |
22
22
| jq-version | The version of jq to install if install-jq is true | 1.7 | false |
23
23
| 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 |
24
25
| 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 |
0 commit comments