Is your feature request related to a problem? Please describe.
Is it possible to retrieve the outcome steps inside .github/slack.yml
Describe the solution you'd like
- type: section
fields:
- type: mrkdwn
text: "${{ fromJson(steps.get-step-detail.outputs.result).name }}" # how to retrieve it w/o having to looping(?)
- type: mrkdwn
text: 'URL: ${{ steps.build-and-publish.outputs.internal-sharing-app-url }}' # similar
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe.
Is it possible to retrieve the
outcomesteps inside.github/slack.ymlDescribe the solution you'd like
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.