We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d811834 commit c469bcbCopy full SHA for c469bcb
.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) }}'};
+ const matrix = {};
59
const platform = matrix.group.platform;
60
const jobs = matrix.group.jobs;
61
console.log(`Calling container-upload workflow for platform: ${platform} with ${jobs.length} jobs`);
0 commit comments