diff --git a/.github/workflows/dynamic-matrix.yml b/.github/workflows/dynamic-matrix.yml index 40ce5c1..4ee099f 100644 --- a/.github/workflows/dynamic-matrix.yml +++ b/.github/workflows/dynamic-matrix.yml @@ -33,7 +33,7 @@ jobs: id: json with: script: | - let json = JSON.stringify(repositories); + let json = JSON.stringify(process.env.REPOSITORIES); console.log(json); core.setOutput('repositories', json); env: