fix: correct tea actions subcommands in AGENTS.md
Build / build_arch (push) Successful in 30s
Build / publish-release (push) Successful in 13s

This commit is contained in:
2026-05-13 16:40:58 +02:00
parent 555eb2a74b
commit 709129801c
+4 -3
View File
@@ -52,9 +52,10 @@ tea pr merge # Merge a PR
### Actions (Workflows)
```bash
tea actions info # Show workflow info
tea actions list # List workflow runs
tea actions logs # View logs for a run
tea actions re-run # Re-run a failed workflow
tea actions runs list # List workflow runs
tea actions workflows list # List workflows
tea actions logs <run-id> # View logs for a run
tea actions runs re-run <run-id> # Re-run a workflow
```
### Releases