Skip to content

Commit

Permalink
chore: adding better example
Browse files Browse the repository at this point in the history
  • Loading branch information
florianow committed Nov 8, 2024
1 parent bbcb5f8 commit d338b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ Besides a status, meshStack can also show custom user messages consuming the ser
step_id: "terraform-validate"
status: ${{ steps.terraform-validate.outcome == 'success' && 'SUCCEEDED' || 'FAILED' }}
user_message: ${{ steps.terraform-validate.outcome == 'success' && 'Successful plan Terraform configuration.' || 'Failed to plan Terraform configuration.' }}
system_message: ${{ steps.terraform-validate.outcome == 'success' && 'Successful plan Terraform configuration.' || 'Failed to plan Terraform configuration.' }}
system_message: ${{ steps.terraform-validate.outcome == 'success' && 'Successful plan Terraform configuration.' || 'Failed to plan Terraform configuration.' }}
```

0 comments on commit d338b0a

Please sign in to comment.