From 709129801c49eeba21ba0d4767a90347a2f51cf4 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 13 May 2026 16:40:58 +0200 Subject: [PATCH] fix: correct tea actions subcommands in AGENTS.md --- AGENTS.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index fcab2ae..11b923c 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -51,10 +51,11 @@ 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 info # Show workflow info +tea actions runs list # List workflow runs +tea actions workflows list # List workflows +tea actions logs # View logs for a run +tea actions runs re-run # Re-run a workflow ``` ### Releases