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?
As a developer, your self-hosted runner sometimes looses connection while running jobs. How should you troubleshoot the issue affecting your self-hosted runner?
You need to create new workflows to deploy to an unfamiliar cloud provider. What is the fastest and safest way to begin?
You need to make a script to retrieve workflow run logs via the API. Which is the correct API to download a workflow run log?
As a developer, how can you identify a Docker container action on GitHub?
What are the two ways to pass data between jobs? (Choose two.)
Which of the following scenarios requires a developer to explicitly use the GITHUB_TOKEN or github.token secret within a workflow? (Choose two.)
As a developer, you are designing a workflow and need to communicate with the runner machine to set environment variables, output values used by other actions, add debug messages to the output logs, and other tasks. Which of the following options should you use?
In which scenarios could the GITHUB_TOKEN be used? (Choose two.)
As a developer, you are using a Docker container action in your workflow. What is required for the action to run successfully?