Files
html/api/wired-pending/intent-opus4-opus_clone_github_by_url.php
Opus 1a91e34885
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled
auto-sync via WEVIA git_sync_all intent 2026-04-23T23:27:22+02:00
2026-04-23 23:27:22 +02:00

13 lines
384 B
PHP

<?php
return array (
'name' => 'opus_clone_github_by_url',
'triggers' =>
array (
0 => 'opus clone github url',
),
'cmd' => 'cd /opt && [ -d $(basename ${REPO_URL%.git}) ] && echo ALREADY_CLONED || sudo git clone --depth=1 ${REPO_URL} 2>&1 | tail -3',
'status' => 'ACTIVATED',
'created_at' => '2026-04-23T20:11:38+00:00',
'source' => 'opus4-autowire-early-v2',
);