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 4f3796e commit a1aef59Copy full SHA for a1aef59
action.yml
@@ -111,12 +111,14 @@ runs:
111
"text": "*Job*\n${{ github.job }}"
112
}
113
]
114
- },
115
- {
116
- "type": "section",
117
- "text": {
118
- "type": "mrkdwn",
119
- "text": "*Commit Message*\n${{ toJSON(steps.fields.outputs.message) }}"
120
- }
121
122
+# },
+# {
+# "type": "section",
+# "text": {
+# "type": "mrkdwn",
+# "text": "*Commit Message*\n${{ toJSON(steps.fields.outputs.message) }}"
+# }
123
124
+# ]
0 commit comments