13 lines
384 B
PHP
13 lines
384 B
PHP
<?php
|
|
return array (
|
|
'name' => 'run_install_patchright',
|
|
'triggers' =>
|
|
array (
|
|
0 => 'run install patchright,install patchright now,deploy patchright real',
|
|
),
|
|
'cmd' => 'bash -c "sudo -n pip install --break-system-packages patchright 2>&1 | tail -6"',
|
|
'status' => 'ACTIVATED',
|
|
'created_at' => '2026-04-23T17:50:03+00:00',
|
|
'source' => 'opus4-autowire-early-v2',
|
|
);
|