Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Nov 22, 2023
1 parent bc0fffc commit 3d55bc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
steps:
- run: |
echo '${{ toJSON(matrix || '') }}' | jq -r 'to_entries | map("\(.value)") | "matstr=" + join("-")' >> $GITHUB_OUTPUT
echo "restore-key=$matstr" >> $GITHUB_OUTPUT
echo "restore-key=${matstr}" >> $GITHUB_OUTPUT
id: foo
shell: bash
- run: |
echo "${{ steps.foo.outputs.matrix-string }}"
echo "${{ steps.foo.outputs.matstr }}"
echo "${{ steps.foo.outputs.restore-key }}"
shell: bash
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3d55bc8

Please sign in to comment.