.nh .TH "GH-WORKFLOW-VIEW" "1" "Mar 2024" "" "GitHub CLI manual" .SH NAME .PP gh-workflow-view - View the summary of a workflow .SH SYNOPSIS .PP \fBgh workflow view [ | | ] [flags]\fR .SH OPTIONS .TP \fB-r\fR, \fB--ref\fR \fB\fR The branch or tag name which contains the version of the workflow file you'd like to view .TP \fB-w\fR, \fB--web\fR Open workflow in the browser .TP \fB-y\fR, \fB--yaml\fR View the workflow yaml file .SH OPTIONS INHERITED FROM PARENT COMMANDS .TP \fB-R\fR, \fB--repo\fR \fB<[HOST/]OWNER/REPO>\fR Select another repository using the [HOST/]OWNER/REPO format .SH EXAMPLE .EX # Interactively select a workflow to view $ gh workflow view # View a specific workflow $ gh workflow view 0451 .EE .SH SEE ALSO .PP \fBgh-workflow(1)\fR