Chris Lee
08/19/2023, 8:49 PMrun(command = """echo "compat=${'$'}(jq -c . < .github/compatibility-test-matrix.json)" >> ${'$'}GITHUB_OUTPUT""")
How can I access that output for later use?
Using
readTestMatrix.outputs.compat
result in a “not initialized” error, as expected, as I’ve not set anything. There is nothing on CommandStep to grab an output afaik.Piotr Krzemiński
08/23/2023, 12:18 PMPiotr Krzemiński
08/23/2023, 12:20 PMPiotr Krzemiński
08/23/2023, 12:26 PM