Where should workflow files be stored to be triggered by events in a repository?
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, what is the safest way to reference an action to prevent modification of the underlying code?
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?
In which locations can actions be referenced by workflows? (Choose three.)
As a developer, you are using a Docker container action in your workflow. What is required for the action to run successfully?
Which default GitHub environment variable indicates the name of the person or app that initiated a workflow?
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, your self-hosted runner sometimes looses connection while running jobs. How should you troubleshoot the issue affecting your self-hosted runner?
As a developer, you need to integrate a GitHub Actions workflow with a third-party code quality provider that uses the Checks API. How should you trigger a follow-up workflow?