You have exactly one Windows x64 self-hosted runner, and it is configured with custom tools. Which syntax could you use in the workflow to target that runner?
As a developer, you have a 10-MB data set that is required in a specific workflow. Which steps should you perform so the dataset is stored encrypted and can be decrypted during the workflow? (Choose three.)
Which default environment variable specifies the branch or tag that triggered a workflow?
Which syntax correctly accesses a job output (output1) of an upstream job (job1) from a dependent job within a workflow?
As a developer, you are optimizing a GitHub workflow that uses and produces many different files. You need to determine when to use caching versus workflow artifacts. Which two statements are true? (Choose two.)
You need to create new workflows to deploy to an unfamiliar cloud provider. What is the fastest and safest way to begin?
Which of the following is the best way for an enterprise to prevent certain marketplace actions from running?
As a DevOps engineer, you are developing a container action. You need to execute a cleanup script after completing the main script execution. Which code block should be used to define the cleanup script?
Your organization needs to simplify reusing and maintaining automation in your GitHub Enterprise Cloud. Which components can be directly reused across all repositories in an organization? (Choose three.)
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?
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?