Files
html/api/wired-pending/intent-opus4-git_sync_all.php
opus 1e000c42ca
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled
auto-sync via WEVIA git_sync_all intent 2026-04-20T01:41:40+02:00
2026-04-20 01:41:41 +02:00

17 lines
367 B
PHP

<?php
return array (
'name' => 'git_sync_all',
'triggers' =>
array (
0 => 'git sync',
1 => 'sync git',
2 => 'push all',
3 => 'triple sync',
4 => 'git push all',
),
'cmd' => '/var/www/html/api/handlers/git-sync-all.sh',
'status' => 'EXECUTED',
'created_at' => '2026-04-19T23:41:00+00:00',
'source' => 'opus4-autowire-early-v2',
);