Skip to content

Commit c94e0e1

Browse files
authored
Update main.yml
1 parent 30604db commit c94e0e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: actions/github-script@v6
5656
with:
5757
script: |
58-
const matrix = JSON.parse('${{ toJson(matrix.group) }}');
58+
const matrix = context.matrix;
5959
const platform = matrix.platform;
6060
const jobs = matrix.jobs;
6161
console.log(`Calling container-upload workflow for platform: ${platform} with ${jobs.length} jobs`);

0 commit comments

Comments
 (0)