Online Access Free GH-200 Practice Test
| Exam Code: | GH-200 |
| Exam Name: | GitHub Actions |
| Certification Provider: | Microsoft |
| Free Question Number: | 102 |
| Posted: | Sep 05, 2026 |
You installed specific software on a Linux self-hosted runner. You have users with workflows that need to be able to select the runner based on the identified custom software. Which steps should you perform to prepare the runner and your users to run these workflows? (Choose two.)
You are a DevOps engineer working on deployment workflows. You need to execute the deploy job only if the current branch name is feature-branch. Which code snippet will help you to implement the conditional execution of the job?
How can GitHub Actions encrypted secrets be used in if: conditionals within a workflow job?
You need to use a specific version of an action. How should you use v1 of an actions/javascript-action repository in your workflow?