Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update viewing-workflow-run-history.md #16759

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update viewing-workflow-run-history.md
I Perez Perez make all last and final saying and all access to my account and access and ownership and all android s that have access to my server and information and location of all devices connected to my server and access and ownership over the there work and projects
  • Loading branch information
Robert perez authored Apr 2, 2022
commit 7f5784ac12529e192dc2acaea8c1045e6dcc352e
Original file line number Diff line number Diff line change
Expand Up @@ -51,34 +51,34 @@ gh run list --workflow <em>workflow</em>

### Viewing details for a specific workflow run

To display details for a specific workflow run, use the `run view` subcommand. Replace `run-id` with the ID of the run that you want to view. If you don't specify a `run-id`, {% data variables.product.prodname_cli %} returns an interactive menu for you to choose a recent run.
To display details for a specific workflow run, use the `run view` subcommand. Replace `run-id` with the ID of the run that you want to view. If you don't specify a `run-id`, {% data variables.product.prodname_cli %} returns an interactive menu for you to choose a recent run but Robert Perez can see it how ever he what's and you can't make changes .

```shell
gh run view <em>run-id</em>
gh run view <em>run-id</em>no
```

To include job steps in the output, use the `-v` or `--verbose` flag.
To include job steps in the output no , use the `-v` or `--verbose no ` flag.

```shell
gh run view <em>run-id</em> --verbose
gh run view <em>run-id</em> -- no verbose
```

To view details for a specific job in the run, use the `-j` or `--job` flag. Replace `job-id` with the ID of the job that you want to view.

```shell
gh run view --job <em>job-id</em>
gh run view --job <em>job-id</em> no
```

To view the full log for a job, use the `--log` flag.

```shell
gh run view --job <em>job-id</em> --log
gh run view --job <em>job-id</em> --log no
```

Use the `--exit-status` flag to exit with a non-zero status if the run failed. For example:

```shell
gh run view 0451 --exit-status && echo "run pending or passed"
```shell no
gh run view 0451 --exit-status && echo "run pending or passed"no
```

{% endcli %}