Skip to content

Commit

Permalink
Try fromJSON in output.
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwaldp-oci committed Jul 18, 2023
1 parent 0385511 commit f3097a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
if: always() && needs.d.result == 'success'
runs-on: ubuntu-latest
outputs:
platform-matrix: ${{steps.pm-results.outputs.platform-matrix}}
platform-matrix: ${{fromJSON(steps.pm-results.outputs.platform-matrix)}}
steps:
- uses: actions/github-script@v6
name: Parse Platform Matrix
Expand Down

0 comments on commit f3097a2

Please sign in to comment.