Skip to content

Commit

Permalink
update workflow-tester95
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeFalourd committed May 10, 2024
1 parent f12b959 commit 511b7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-tester95.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
input_replay="${{ inputs.stsReplay }}"
echo "input_replay: $input_replay"
values=$(echo '${REPLAY_MAP}' | jq -r '.$input_replay')
values=$(echo '${REPLAY_MAP}' | jq -r '.$["input_replay"]')
echo "values: $values"
$values >> $GITHUB_OUTPUT
job2:
Expand Down

0 comments on commit 511b7cc

Please sign in to comment.