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 b08c6cc
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": ":${{ steps.fields.outputs.emoji }}: *Workflow <https://github.com/${{ inputs.repository }}/actions/runs/${{ github.run_id }}/|${{ github.workflow }}> ${{ inputs.status }}*"
}
}
]
# },
# {
# "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 b08c6cc

Please sign in to comment.