diff --git a/action.yml b/action.yml index ee19dba7..7583f144 100644 --- a/action.yml +++ b/action.yml @@ -85,6 +85,9 @@ outputs: plan_json: description: "Path to the terraform plan in JSON format" value: "${{ steps.results.outputs.plan_file_json }}" + has-changes: + description: "Whether the plan has changes. Value is string 'true' or 'false'" + value: "${{ steps.atmos-plan.outputs.changes }}" runs: using: "composite"