Skip to content

Commit 6dc82ab

Browse files
committed
Try adding fromJSON
1 parent 3490671 commit 6dc82ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/new-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
needs: load-packages
5050
strategy:
5151
matrix:
52-
package: ${{ needs.load-packages.outputs.libs }}
52+
package: ${{ fromJson(needs.load-packages.outputs.libs) }}
5353

5454
steps:
5555
- name: Check out source code

0 commit comments

Comments
 (0)