Skip to content

Commit

Permalink
.github: try using fromJson in matrix values specification
Browse files Browse the repository at this point in the history
  • Loading branch information
waynr committed Apr 9, 2023
1 parent b7193c2 commit ec8ab06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
needs: build-setup
strategy:
matrix:
app: ${{ needs.build-setup.outputs.app-names }}
app: ${{ fromJson(needs.build-setup.outputs.app-names) }}
steps:
- name: check out repository
uses: actions/checkout@v3
Expand Down

0 comments on commit ec8ab06

Please sign in to comment.