1 Commits

Author SHA1 Message Date
elordenador 709129801c fix: correct tea actions subcommands in AGENTS.md
Build / build_arch (push) Successful in 30s
Build / publish-release (push) Successful in 13s
2026-05-13 16:40:58 +02:00
+5 -4
View File
@@ -51,10 +51,11 @@ tea pr merge # Merge a PR
### Actions (Workflows) ### Actions (Workflows)
```bash ```bash
tea actions info # Show workflow info tea actions info # Show workflow info
tea actions list # List workflow runs tea actions runs list # List workflow runs
tea actions logs # View logs for a run tea actions workflows list # List workflows
tea actions re-run # Re-run a failed workflow tea actions logs <run-id> # View logs for a run
tea actions runs re-run <run-id> # Re-run a workflow
``` ```
### Releases ### Releases