mirror of
https://github.com/Noratrieb/actions-playground.git
synced 2026-01-16 18:05:03 +01:00
use json method
This commit is contained in:
parent
b5cc58b901
commit
04cddf1043
2 changed files with 3 additions and 3 deletions
|
|
@ -27,4 +27,4 @@ Object.entries(serviceVersions).forEach(([name, version]) => {
|
|||
}
|
||||
});
|
||||
|
||||
console.log(`::set-output name=job-strategy-matrix::[${job_strategy_matrix.join(', ')}]`);
|
||||
console.log(`::set-output name=job-strategy-matrix::["${job_strategy_matrix.join('", "')}"]`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue