diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c28c60f..7b8895d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: steps: - run: | echo '${{ toJSON(matrix || '') }}' | jq -r 'to_entries | map("\(.value)") | "matrix-string=" + join("-")' >> $GITHUB_OUTPUT - echo "restore-key=$matrix-string" >> $GITHUB_OUTPUT + echo "restore-key=${matrix-string}" >> $GITHUB_OUTPUT id: foo shell: bash - run: |