Skip to content

Commit

Permalink
Update dynamic-matrix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joshjohanning authored Mar 26, 2024
1 parent 102c706 commit a05702c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dynamic-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a05702c

Please sign in to comment.