chore: fix action debugging option parsing (#9796)
This commit is contained in:
parent
7eda506c85
commit
0680b498c9
@ -112,11 +112,11 @@ async function main() {
|
||||
const githubActionDebugging = process.env['RUNNER_DEBUG']
|
||||
? {
|
||||
DEBUG: 'puppeteer:*',
|
||||
EXTRA_LAUNCH_OPTIONS: {
|
||||
EXTRA_LAUNCH_OPTIONS: JSON.stringify({
|
||||
extraPrefsFirefox: {
|
||||
'remote.log.level': 'Trace',
|
||||
},
|
||||
},
|
||||
}),
|
||||
}
|
||||
: {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user