Skip to content

Commit

Permalink
Convert to JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
efrecon committed Feb 9, 2024
1 parent 9b9ab56 commit b2b8382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
convert:
runs-on: ${{ inputs.runs-on }}
outputs:
platforms: ${{ steps.convert.outputs.platforms }}
platforms: ${{ fromJson(steps.convert.outputs.platforms) }}
steps:
-
name: Convert Platforms
Expand Down

0 comments on commit b2b8382

Please sign in to comment.