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 817954d commit a046b2c
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 @@ -44,6 +44,6 @@ jobs:
needs: job1
runs-on: ubuntu-latest
strategy:
matrix: ${{ needs.job1.outputs.values }}
matrix: ${{fromJson(needs.job1.outputs.values)}}
steps:
- run: echo "Player ${{ matrix}}"

0 comments on commit a046b2c

Please sign in to comment.