mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-19 03:56:16 +00:00
add a few Github Actions entries to the cheat sheet
This commit is contained in:
@@ -20,6 +20,28 @@ Installation:
|
||||
- For linux Installation on specific distribution
|
||||
[linux](https://github.com/cli/cli/blob/trunk/docs/install_linux.md)
|
||||
|
||||
### Actions
|
||||
|
||||
Get a status of the most recently ran Actions workflows.
|
||||
|
||||
```bash
|
||||
gh run list
|
||||
```
|
||||
|
||||
View why a specific run failed.
|
||||
|
||||
```bash
|
||||
gh view N
|
||||
```
|
||||
- where N is your failed job ID (third from the right column)
|
||||
|
||||
Rerun a specific workflow that failed.
|
||||
|
||||
```bash
|
||||
gh rerun N
|
||||
```
|
||||
- where N is your failed job ID (third from the right column)
|
||||
|
||||
### Authentication
|
||||
|
||||
Authenticate with your Github account.
|
||||
|
||||
Reference in New Issue
Block a user