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 a046b2c commit 14ac90d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/workflow-tester95.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
needs: job1
runs-on: ubuntu-latest
strategy:
matrix: ${{fromJson(needs.job1.outputs.values)}}
matrix:
players: ${{fromJson(needs.job1.outputs.values)}}
steps:
- run: echo "Player ${{ matrix}}"
- run: echo "Player ${{ matrix.players}}"

0 comments on commit 14ac90d

Please sign in to comment.