GitHub Actions : Why are the outputs of my workflow empty objects?
I’m working on a GitHub Actions workflow where I need to start multiple EC2 instances and aggregate their outputs. However, I’m encountering an issue where the output is an empty object. Here is my current workflow configuration: