Peter Evans
Peter Evans
I'm closing this now because this isn't really an issue with the action, it's just a bit of misunderstanding about how the action works.
Hi @dmzeus It's probably because the `commend-id` value is empty or null. Check that there is a value being supplied by `env.NODE_ID`. See the logic here: https://github.com/peter-evans/create-or-update-comment/blob/8da4c50e7142257262c9df90da4e74a59068c038/src/main.ts#L59-L69
Please could you explain your problem in more detail, preferably with examples. My current recommendation is to use a matrix, [as described in the readme](https://github.com/peter-evans/repository-dispatch#dispatch-to-multiple-repositories). Could you explain why that...
I'm still not sure why this cannot be done with a matrix. The matrix can just have an array of event types. Additionally, I'm not sure that the [limitation you...