Which action type should be used to bundle a series of run steps into a reusable custom action?
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?
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, what options should you recommend to implement standards for automation reuse? (Choose two.)
Which workflow event is used to manually trigger a workflow run?
What is the smallest scope for an environment variable?
Which of the following commands will set the $FOO environment variable within a script, so that it may be used in subsequent workflow job steps?
Which run: command will set a step's output?
How many jobs will result from the following matrix configuration?

As a developer, which workflow steps should you perform to publish an image to the GitHub Container Registry? (Choose three.)