gh run view <run-id>
View a summary of a workflow run
Arguments
Name | Description |
---|---|
run-id |
Options
Name | Description |
---|---|
--repo, -R <[HOST/]OWNER/REPO> | Select another repository |
--exit-status | Exit with non-zero status if run failed |
-j, --job <string> | View a specific job ID from a run |
--log | View full log for either a run or specific job |
--log-failed | View the log for any failed steps in a run or specific job |
-v, --verbose | Show job steps |
-w, --web | Open run in the browser |