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 07df1fe commit 10813c2
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
Expand Up @@ -30,7 +30,7 @@ jobs:
job1:
runs-on: ubuntu-latest
outputs:
values: ${{ steps.set-matrix.outputs.values }}
players: ${{ steps.set-matrix.outputs.values }}
steps:
- id: set-matrix
run: |
Expand All @@ -45,6 +45,6 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
players: ${{fromJson(needs.job1.outputs.values)}}
players: ${{fromJson(needs.job1.outputs.players)}}
steps:
- run: echo "Player ${{ matrix.players}}"

0 comments on commit 10813c2

Please sign in to comment.