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?
Which files are required for a Docker container action in addition to the source code? (Choose two.)
As a DevOps engineer, you are trying to leverage an organization secret in a repo. The value received in the workflow is not the same as that set in the secret. What is the most likely reason for the difference?
What is the smallest scope for an environment variable?
Which syntax correctly accesses a job output (output1) of an upstream job (job1) from a dependent job within a workflow?
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?
Which default environment variable specifies the branch or tag that triggered a workflow?
What is the minimal syntax for declaring an output named foo for an action?
A)
B)
C)
D)
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, you want to run a workflow from the Actions tab in GitHub. Which YAML snippet should you use to match the interface in this image?
A)
B)
C)
D)