gh run view --job

From wikieduonline
Jump to navigation Jump to search

Examples[edit]

Example completed with errors[edit]

gh run view --job=123456

* yourbranch Terraform yourworkflow · 123455
Triggered via workflow_dispatch about 9 minutes ago

* apply / yourbranch  (ID 2589514)
  ✓ Set up job
  ✓ Checkout
  ✓ Assume role
  ✓ Terraform init
  ✓ Terraform validate
  ✓ Validate terraform format
  ✓ Terraform plan
  X Terraform apply
  * YourNext Task
  ✓ Complete job

 ANNOTATIONS
 X Process completed with exit code 1.
 apply / yourbranch: .github#162
 
 To see the full job log, try: gh run view --log --job=123456
 View this run on GitHub: https://github.com/XXXXXX

Examples running[edit]

gh run view --job=123456

* yourbranch Terraform yourworkflow · 123455
Triggered via workflow_dispatch about 9 minutes ago

* apply / yourbranch  (ID 2589514)
  ✓ Set up job
  ✓ Checkout
  ✓ Assume role
  ✓ Terraform init
  ✓ Terraform validate
  ✓ Validate terraform format
  ✓ Terraform plan
  * Terraform apply
  * YourNext Task

To see the full job log, try: gh run view --log --job=123456
View this run on GitHub: https://github.com/XXXXXX

See also[edit]

Advertising: