We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd4126 commit b7d4e06Copy full SHA for b7d4e06
action.yml
@@ -85,6 +85,9 @@ outputs:
85
plan_json:
86
description: "Path to the terraform plan in JSON format"
87
value: "${{ steps.results.outputs.plan_file_json }}"
88
+ has-changes:
89
+ description: "Whether the plan has changes. Value is string 'true' or 'false'"
90
+ value: "${{ steps.atmos-plan.outputs.changes }}"
91
92
runs:
93
using: "composite"
0 commit comments