From 4a978d8165b5770d6cfd73f539fe150e7afd564f Mon Sep 17 00:00:00 2001 From: kristianmills Date: Thu, 5 Dec 2024 12:38:09 -0800 Subject: [PATCH] in parts --- action.yml | 42 ++++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/action.yml b/action.yml index 59502bd..2044f1d 100644 --- a/action.yml +++ b/action.yml @@ -98,25 +98,27 @@ runs: "text": "*Environment/Branch*\n${{ inputs.environment || github.ref_name }}" } ] - }, - { - "type": "section", - "fields": [ - { - "type": "mrkdwn", - "text": "*Author*\n" - }, - { - "type": "mrkdwn", - "text": "*Job*\n${{ github.job }}" - } - ] - }, - { - "type": "section", - "text": { - "type": "mrkdwn", - "text": "*Commit Message*\n${{ toJSON(steps.fields.outputs.message) }}" - } } ] +# }, +# { +# "type": "section", +# "fields": [ +# { +# "type": "mrkdwn", +# "text": "*Author*\n" +# }, +# { +# "type": "mrkdwn", +# "text": "*Job*\n${{ github.job }}" +# } +# ] +# }, +# { +# "type": "section", +# "text": { +# "type": "mrkdwn", +# "text": "*Commit Message*\n${{ toJSON(steps.fields.outputs.message) }}" +# } +# } +# ]