Skip to content

Commit

Permalink
JSON parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
signorecello committed Dec 20, 2023
1 parent 3937265 commit f4ec61c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
strategy:
matrix:
version:
- version: ${{fromJson(needs.setup.outputs.matrix.key)}}
- version_number: ${{fromJson(needs.setup.outputs.matrix.value)}}
- version: ${{fromJson(needs.setup.outputs.matrix).key}}
- version_number: ${{fromJson(needs.setup.outputs.matrix).value}}
project: [vite-hardhat, with-foundry]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f4ec61c

Please sign in to comment.