Typo in Slack release action preventing it to work
Closed this issue · 0 comments
niooss-ledger commented
Hello,
In
actions/slack/release/action.yml
Line 140 in 1cec2f2
... output
should be outputs
. I believe this is why I got an empty SLACK_CUSTOM_PAYLOAD
in a release workflow, https://github.com/LedgerHQ/dnswatcher/actions/runs/8357761357/job/22879739075
There could also be an issue with $JSON
in the build
step... Would it be possible to add echo "$JSON"
at the end, to display this variable in the GitHub Actions logs? i.e. right after:
actions/slack/release/action.yml
Lines 126 to 129 in 1cec2f2