GITHUB-ACTIONS · Question #14
As a developer, you want to review the step that caused a workflow failure and the failed step's build logs. First navigate to the main page of the repository on GitHub. Which section contains the ste
The correct answer is C. Actions. The Actions tab on the main page of the repository is where you can find detailed information about the workflow runs, including step failures and build logs. You can review the status of each job and step within the workflow, see the failure messages, and access logs for debuggi
Question
As a developer, you want to review the step that caused a workflow failure and the failed step's build logs. First navigate to the main page of the repository on GitHub. Which section contains the step failure information?
Options
- AInsights
- BCode
- CActions
- DPull requests
- EIssues
How the community answered
(36 responses)- A3% (1)
- B6% (2)
- C89% (32)
- E3% (1)
Explanation
The Actions tab on the main page of the repository is where you can find detailed information about the workflow runs, including step failures and build logs. You can review the status of each job and step within the workflow, see the failure messages, and access logs for debugging.
Topics
Community Discussion
No community discussion yet for this question.