maybe
All checks were successful
Tofu Plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Successful in 22s
All checks were successful
Tofu Plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Successful in 22s
This commit is contained in:
parent
b2b80b41f5
commit
a57ae93310
1 changed files with 5 additions and 10 deletions
|
|
@ -71,18 +71,13 @@ jobs:
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
emoji() {
|
emoji() {
|
||||||
[ "$1" = "success" ] && echo "✅" || echo "❌"
|
[ "$1" = success ] && echo "✅" || echo "❌"
|
||||||
}
|
}
|
||||||
|
|
||||||
FMT_STATUS="${{ steps.fmt.outcome }}"
|
FMT_OUTPUT="$(emoji ${{ steps.fmt.outcome }}) OpenTofu Format and Style"
|
||||||
INIT_STATUS="${{ steps.init.outcome }}"
|
INIT_OUTPUT="$(emoji ${{ steps.init.outcome }}) OpenTofu Initialization"
|
||||||
VALIDATE_STATUS="${{ steps.validate.outcome }}"
|
VALIDATE_OUTPUT="$(emoji ${{ steps.validate.outcome }}) OpenTofu Validation"
|
||||||
PLAN_STATUS="${{ steps.plan.outcome }}"
|
PLAN_OUTPUT="$(emoji ${{ steps.plan.outcome }}) OpenTofu Plan 📖"
|
||||||
|
|
||||||
FMT_OUTPUT="$(emoji "$FMT_STATUS") OpenTofu Format and Style"
|
|
||||||
INIT_OUTPUT="$(emoji "$INIT_STATUS") OpenTofu Initialization"
|
|
||||||
VALIDATE_OUTPUT="$(emoji "$VALIDATE_STATUS") OpenTofu Validation"
|
|
||||||
PLAN_OUTPUT="$(emoji "$PLAN_STATUS") OpenTofu Plan 📖"
|
|
||||||
|
|
||||||
COMMENT_BODY=$(cat <<EOF
|
COMMENT_BODY=$(cat <<EOF
|
||||||
### ${{ forge.workflow }}
|
### ${{ forge.workflow }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue