Skip to content

Commit

Permalink
update workflow-tester95
Browse files Browse the repository at this point in the history
GuillaumeFalourd committed May 10, 2024
1 parent 9da03a7 commit f12b959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow-tester95.yml
Original file line number Diff line number Diff line change
@@ -30,13 +30,13 @@ jobs:
job1:
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
matrix: ${{ steps.set-matrix.outputs.values }}
steps:
- id: set-matrix
run: |
input_replay="${{ inputs.stsReplay }}"
echo "input_replay: $input_replay"
values=$(jq -r ".\"${input_replay}\"[]" <<< "${REPLAY_MAP}")
values=$(echo '${REPLAY_MAP}' | jq -r '.$input_replay')
echo "values: $values"
$values >> $GITHUB_OUTPUT
job2:

0 comments on commit f12b959

Please sign in to comment.