fabro/nodes/check_auth/script_invocation.json
Fabro 7e3a516022 checkpoint
⚒️ Generated with [Fabro](https://fabro.sh)
2026-03-15 17:53:24 -04:00

5 lines
No EOL
257 B
JSON

{
"command": "echo '--- Checking gh auth status ---' && gh auth status && echo '--- Listing repo ---' && gh repo view fabro-sh/fabro --json name,owner -q '.owner.login + \"/\" + .name' && echo '--- Done ---'",
"language": "shell",
"timeout_ms": null
}