Skip to content

Commit ce1a957

Browse files
Explicitly mention the format of actions outputs (hashicorp#144)
1 parent b2ca17c commit ce1a957

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ Inputs configure Terraform GitHub Actions to perform different actions.
8080

8181
Outputs are used to pass information to subsequent GitHub Actions steps.
8282

83-
* `tf_actions_output` - The Terraform outputs in JSON format.
84-
* `tf_actions_plan_has_changes` - Whether or not the Terraform plan contained changes.
83+
* `tf_actions_output` - The Terraform outputs in (stringified) JSON format.
84+
* `tf_actions_plan_has_changes` - `'true'` if the Terraform plan contained changes, otherwise `'false'`.
8585
* `tf_actions_plan_output` - The Terraform plan output.
8686

8787
## Secrets

0 commit comments

Comments
 (0)