We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c94e0e1 commit 46861e1Copy full SHA for 46861e1
.github/workflows/main.yml
@@ -56,8 +56,8 @@ jobs:
56
with:
57
script: |
58
const matrix = context.matrix;
59
- const platform = matrix.platform;
60
- const jobs = matrix.jobs;
+ const platform = matrix.group.platform;
+ const jobs = matrix.group.jobs;
61
console.log(`Calling container-upload workflow for platform: ${platform} with ${jobs.length} jobs`);
62
63
await github.rest.actions.createWorkflowDispatch({
0 commit comments