GH-200 Exam Question 1

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?
  • GH-200 Exam Question 2

    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?
  • GH-200 Exam Question 3

    In GitHub Actions, how is the success or failure of a step determined by its exit code?
  • GH-200 Exam Question 4

    What are two reasons to keep an action in its own repository instead of bundling it with other application code? (Each correct answer presents a complete solution. Choose two.)
  • GH-200 Exam Question 5

    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?