Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshjohanning authored Oct 9, 2024
1 parent d144bff commit 0b7be85
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dynamic-matrix-subvalues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ jobs:
name: ${{ matrix.repositories.name }}
runs-on: ubuntu-latest
strategy:
matrix:
repositories: ${{ fromJson(fromJson(needs.prepare.outputs.repositories).organization) }}
matrix: ${{ fromJson(fromJson(needs.prepare.outputs.repositories).organization.repositories) }}
fail-fast: false
max-parallel: 15
steps:
Expand Down Expand Up @@ -134,6 +133,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: echo ${{ needs.prepare.outputs.repositories }}
- run: echo ${{ fromJson(fromJson(needs.prepare.outputs.repositories).organization.repositories) }}
- run: echo ${{ fromJson(fromJson(needs.prepare.outputs.repositories).organization) }}
- run: echo ${{ fromJson(fromJson(needs.prepare.outputs.repositories).repositories) }}

# post:
# if: always()
Expand Down

0 comments on commit 0b7be85

Please sign in to comment.