Skip to content

Commit

Permalink
final test
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianmills committed Dec 5, 2024
1 parent a1aef59 commit bdef641
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,26 @@ runs:
"text": "*Job*\n${{ github.job }}"
}
]
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "*Commit Message*\n${{ toJSON(steps.fields.outputs.message) }}"
}
}
]
# },
# {
# "type": "section",
# "text": {
# "type": "mrkdwn",
# "text": "*Commit Message*\n${{ toJSON(steps.fields.outputs.message) }}"
# }
# "fields": [
# {
# "type": "mrkdwn",
# "text": "*Commit Message*\n${{ toJSON(steps.fields.outputs.message) }}"
# },
# {
# "type": "mrkdwn",
# "text": "*Commit Message*\n${{ toJSON(steps.fields.outputs.message) }}"
# }
# ]
# }
# ]

0 comments on commit bdef641

Please sign in to comment.