Compare commits
1 Commits
r26.555eb2a-1
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 709129801c |
@@ -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 <run-id> # View logs for a run
|
||||
tea actions runs re-run <run-id> # Re-run a workflow
|
||||
```
|
||||
|
||||
### Releases
|
||||
|
||||
Reference in New Issue
Block a user