Skip to content

Commit c5aa616

Browse files
committed
fix: nested JSON
1 parent e1e7d7f commit c5aa616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
const { inspect } = require('node:util');
8787
const { Buffer } = require('node:buffer');
8888
const inputs = `${{ toJSON(github.event.inputs) }}`.
89-
replace(/"platform":\s*"\[(.+)\]",/i, /"platform": [$1],/);
89+
replace(/"platform":\s*"\[(.+)\]",/i, "platform": [$1],);
9090
const opt = {input:{}, dot:{}};
9191
9292
try{

0 commit comments

Comments
 (0)