fix: correct tea actions subcommands in AGENTS.md
This commit is contained in:
@@ -52,9 +52,10 @@ 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
|
||||||
|
|||||||
Reference in New Issue
Block a user