File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -57,12 +57,14 @@ if [ $SUCCESS -ne 0 ]; then
57
57
OUTPUT=$( wrap " $OUTPUT " )
58
58
COMMENT=" #### \` terraform apply\` Failed
59
59
$OUTPUT
60
+
60
61
*Workflow: \` $GITHUB_WORKFLOW \` , Action: \` $GITHUB_ACTION \` *"
61
62
else
62
63
# Call wrap to optionally wrap our output in a collapsible markdown section.
63
64
OUTPUT=$( wrap " $OUTPUT " )
64
65
COMMENT=" #### \` terraform apply\` Success
65
66
$OUTPUT
67
+
66
68
*Workflow: \` $GITHUB_WORKFLOW \` , Action: \` $GITHUB_ACTION \` *"
67
69
fi
68
70
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ if [ $SUCCESS -ne 0 ]; then
54
54
OUTPUT=$( wrap " $OUTPUT " )
55
55
COMMENT=" #### \` terraform plan\` Failed
56
56
$OUTPUT
57
+
57
58
*Workflow: \` $GITHUB_WORKFLOW \` , Action: \` $GITHUB_ACTION \` *"
58
59
else
59
60
# Remove "Refreshing state..." lines by only keeping output after the
72
73
73
74
COMMENT=" #### \` terraform plan\` Success
74
75
$OUTPUT
76
+
75
77
*Workflow: \` $GITHUB_WORKFLOW \` , Action: \` $GITHUB_ACTION \` *"
76
78
fi
77
79
You can’t perform that action at this time.
0 commit comments