Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburnham committed Oct 10, 2024
1 parent 76c2775 commit 3ee7e4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/matrix-input.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
strategy:
fail-fast: false
matrix:
package: ${{ fromJSON(inputs.light-clients) }}
#package: ${{ fromjson(inputs.light-clients) }}
package: ${{ inputs.light-clients }}
steps:
- name: Echo input
run: |
Expand Down

0 comments on commit 3ee7e4a

Please sign in to comment.