Skip to content

Commit a1aef59

Browse files
committed
in parts
1 parent 4f3796e commit a1aef59

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

action.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,14 @@ runs:
111111
"text": "*Job*\n${{ github.job }}"
112112
}
113113
]
114-
},
115-
{
116-
"type": "section",
117-
"text": {
118-
"type": "mrkdwn",
119-
"text": "*Commit Message*\n${{ toJSON(steps.fields.outputs.message) }}"
120-
}
121114
}
122115
]
116+
# },
117+
# {
118+
# "type": "section",
119+
# "text": {
120+
# "type": "mrkdwn",
121+
# "text": "*Commit Message*\n${{ toJSON(steps.fields.outputs.message) }}"
122+
# }
123+
# }
124+
# ]

0 commit comments

Comments
 (0)