Hi, I was wondering if anyone could help with some functionality?
I’ve had a quick look in the forum and online but couldn’t see anything related to what we are trying to do.
Basically, on the pending-approval step. You have an output like Step has been approved by: some-name What I’d like to do is pass that name to a slack message in the next step. Is this even possible?
Thanks
We got ours working well. Here’s a snippet of the code we’ve used. We are exporting the variable to send to another pipeline, but in essence what you’ve used in ${{steps.askForApproval.authEntity.name}} should work I would say.
another test would be add a step like the below but with the command - echo ${{steps.askForApproval.authEntity.name}}