We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30604db commit c94e0e1Copy full SHA for c94e0e1
.github/workflows/main.yml
@@ -55,7 +55,7 @@ jobs:
55
uses: actions/github-script@v6
56
with:
57
script: |
58
- const matrix = JSON.parse('${{ toJson(matrix.group) }}');
+ const matrix = context.matrix;
59
const platform = matrix.platform;
60
const jobs = matrix.jobs;
61
console.log(`Calling container-upload workflow for platform: ${platform} with ${jobs.length} jobs`);
0 commit comments