how to read in an array of strings to matrix in github actions? – Ubuntu
I'm writing a github actions workflow where I take in an array of strings as a global env variable and want to read it in as a part of the matrix strategy. I get the following error: Error when evaluating…