gh run view --job
Jump to navigation
Jump to search
gh run view --job=34567 gh run view --log --job=123456 gh run view --log-failed --job=1234567
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]
gh run view [ --log --job ]
gh run [ list | view ]
Advertising: