GitHub GitHub-Actions - GitHub Actions Certificate Exam
You need to create new workflows to deploy to an unfamiliar cloud provider. What is the fastest and safest way to begin?
Which workflow commands send information from the runner? (Choose two.)
You are a developer working on developing reusable workflows for your organization. What keyword should be included as part of the reusable workflow event triggers?
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?
You are a developer, and your container jobs are failing on a self-hosted runner. Which requirements must you check to ensure that the self-hosted runner is properly configured? (Choose two.)
A development team has been using a Powershell script to compile and package their solution using existing tools on a Linux VM, which has been configured as a self-hosted runner. They would like to use the script as-is in an automated workflow. Which of the following should they do to invoke their script within a workflow step?
As a developer, you need to make sure that only actions from trusted sources are available for use in your GitHub Enterprise Cloud organization. Which of the following statements are true? (Choose three.)
Which default GitHub environment variable indicates the owner and repository name?
Based on the YAML below, which two statements are correct? (Choose two.)
What is the smallest scope for an environment variable?