Skip to content

Commit

Permalink
fix(ci): from JSON, to JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW committed May 23, 2024
1 parent 39a8a38 commit cc8a5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
cancel-in-progress: true
strategy:
matrix:
chunk: ${{ toJson(needs.chunks.outputs.CHUNKS) }}
chunk: ${{ fromJson(toJson(needs.chunks.outputs.CHUNKS)) }}
steps:
- name: Get PR labels
id: pr-labels
Expand Down

0 comments on commit cc8a5a7

Please sign in to comment.