From bbc8b768ccc5770d6d983ca4ee1549a65085a9bf Mon Sep 17 00:00:00 2001 From: Ian Butterworth Date: Wed, 22 Nov 2023 12:50:45 -0500 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b10bd52..a827cc1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,9 +22,7 @@ jobs: - os: macOS-latest arch: x86 steps: - - run: echo '${{ toJSON(matrix || '') }}' | jq -r '[.[]] | join("-")' - shell: bash - - run: echo '${{ toJSON(matrix || '') }}' | jq -r 'to_entries | map("\(.key)=\(.value)") | join("-")' | read mat | (echo "matrix-string=$mat" >> $GITHUB_OUTPUT) + - run: echo '${{ toJSON(matrix || '') }}' | jq -r 'to_entries | map("\(.key)=\(.value)") | "matrix-string=" + join("-")' >> $GITHUB_OUTPUT) id: foo shell: bash - run: echo "${{ steps.foo.outputs.matrix-string }}"