Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 709129801c |
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user