asdfyiasd
All checks were successful
Tofu Plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Successful in 21s
All checks were successful
Tofu Plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Successful in 21s
This commit is contained in:
parent
4914b05f05
commit
4e76e81e03
1 changed files with 4 additions and 4 deletions
|
|
@ -99,10 +99,10 @@ jobs:
|
|||
[ "$1" = "success" ] && echo "✅" || echo "❌"
|
||||
}
|
||||
|
||||
export FMT_OUTPUT="$(emoji() ${{ steps.fmt.outcome }}) OpenTofu Format and Style"
|
||||
export INIT_OUTPUT="$(emoji() ${{ steps.init.outcome }}) OpenTofu Initialization"
|
||||
export VALIDATE_OUTPUT="$(emoji() ${{ steps.validate.outcome }}) OpenTofu Validation"
|
||||
export PLAN_OUTPUT="$(emoji() ${{ steps.plan.outcome }}) OpenTofu Plan 📖"
|
||||
export FMT_OUTPUT="$(emoji ${{ steps.fmt.outcome }}) OpenTofu Format and Style"
|
||||
export INIT_OUTPUT="$(emoji ${{ steps.init.outcome }}) OpenTofu Initialization"
|
||||
export VALIDATE_OUTPUT="$(emoji ${{ steps.validate.outcome }}) OpenTofu Validation"
|
||||
export PLAN_OUTPUT="$(emoji ${{ steps.plan.outcome }}) OpenTofu Plan 📖"
|
||||
|
||||
payload=$(jq -Rs --arg body "$COMMENT_BODY" '{body: $body}' <<< "$COMMENT_BODY")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue