Skip to content

Commit

Permalink
in parts
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianmills committed Dec 5, 2024
1 parent 4f3796e commit 4a978d8
Showing 1 changed file with 22 additions and 20 deletions.
42 changes: 22 additions & 20 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,25 +98,27 @@ runs:
"text": "*Environment/Branch*\n${{ inputs.environment || github.ref_name }}"
}
]
},
{
"type": "section",
"fields": [
{
"type": "mrkdwn",
"text": "*Author*\n<https://github.com/${{ steps.fields.outputs.author }}|${{ steps.fields.outputs.author }}>"
},
{
"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<https://github.com/${{ steps.fields.outputs.author }}|${{ steps.fields.outputs.author }}>"
# },
# {
# "type": "mrkdwn",
# "text": "*Job*\n${{ github.job }}"
# }
# ]
# },
# {
# "type": "section",
# "text": {
# "type": "mrkdwn",
# "text": "*Commit Message*\n${{ toJSON(steps.fields.outputs.message) }}"
# }
# }
# ]

0 comments on commit 4a978d8

Please sign in to comment.