We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1aef59 commit 70802beCopy full SHA for 70802be
action.yml
@@ -111,14 +111,26 @@ runs:
111
"text": "*Job*\n${{ github.job }}"
112
}
113
]
114
+ },
115
+ {
116
+ "type": "section",
117
+ "text": {
118
+ "type": "mrkdwn",
119
+ "text": "*Commit Message*\n${{ steps.fields.outputs.message }}"
120
+ }
121
122
-# },
123
# {
124
# "type": "section",
-# "text": {
-# "type": "mrkdwn",
-# "text": "*Commit Message*\n${{ toJSON(steps.fields.outputs.message) }}"
-# }
125
+# "fields": [
126
+# {
127
+# "type": "mrkdwn",
128
+# "text": "*Commit Message*\n${{ toJSON(steps.fields.outputs.message) }}"
129
+# },
130
131
132
133
+# }
134
+# ]
135
# }
136
# ]
0 commit comments