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