Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bkona-alopa committed Jul 5, 2024
1 parent 5181a0a commit bb81f4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
id: out
with:
matrix-step-name: ${{ github.job }}
matrix-key: ${{ matrix.supportedVersion }}
matrix-key: ${{ matrix.supportedVersion }}.${{ matrix.testVersion }}
outputs: |-
image: ${{ steps.outputTest.outputs.test }}
Expand All @@ -61,4 +61,4 @@ jobs:
steps:
- name: test
run: |
echo "test: ${{ fromJson(needs.read.outputs.result).image[format('{0}', matrix.supportedVersion)] }}"
echo "test: ${{ fromJson(needs.read.outputs.result).image[format('{0}.{1}', matrix.supportedVersion, matrix.testVersion)] }}"

0 comments on commit bb81f4b

Please sign in to comment.