heh
Some checks failed
Tofu Plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Failing after 20s
Some checks failed
Tofu Plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Failing after 20s
This commit is contained in:
parent
0080cb53c1
commit
4914b05f05
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