Ubuntu – GitHub Actions: How to pass toJSON() result to shell commands
So, I'm working with Github Actions on end-to-end testing. The setup I'm looking at is having one job retrieve a list of urls to be tested, and my second job creates a matrix with that list and tests them all.…