Skip to content

Commit c469bcb

Browse files
authored
Update main.yml
1 parent d811834 commit c469bcb

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) }}'};
58+
const matrix = {};
5959
const platform = matrix.group.platform;
6060
const jobs = matrix.group.jobs;
6161
console.log(`Calling container-upload workflow for platform: ${platform} with ${jobs.length} jobs`);

0 commit comments

Comments
 (0)