Microsoft
GH-200
120 Minutes
72
GitHub Actions Exam
A: Use of GitHub Actions on GitHub Enterprise Server requires a persistent internet connection
B: Actions created by GitHub are automatically available and cannot be disabled
C: Most GitHub authored actions are automatically bundled for use on GitHub Enterprise Server
D: Third party actions can be used on GitHub Enterprise Server by configuring GitHub Connect
E: Actions must be defined in the .github repository
F: Third party actions can be manually synchronized for use on GitHub Enterprise Server
A: check_run
B: workflow_run
C: workflow_call
D: pull_request
A: The action's repository includes @actions/core in the root directory.
B: The action's repository name includes the keyword 'Docker.'
C: The action.yml metadata file references a Dockerfile file.
D: The action.yml metadata file has the runs.using value set to Docker.
A: Create the group custom-software-on-linux and move the runner into the group.
B: Inform users to identify the runner based on the group.
C: Add the label custom-software to the runner.
D: Configure the webhook and network to enable GitHub to trigger workflow.
E: Add the label linux to the runner.
A: environment variables
B: workflow commands
C: self-hosted runners
D: enable debug logging
B: composite run step