Which scopes are available to define custom environment variables within a workflow file? (Choose three.)
What are the advantages of using a matrix strategy in a job definition? (Choose two.)
Disabling a workflow allows you to stop a workflow from being triggered without having to delete the file from the repo. In which scenarios would temporarily disabling a workflow be most useful? (Choose two.)
Which of the following scenarios would require the use of self-hosted runners instead of GitHub-hosted runners?
What menu options in a repository do you need to select in order to use a starter workflow that is provided by your organization?
Your organization needs to simplify reusing and maintaining automation in your GitHub Enterprise Cloud. Which components can be directly reused across all repositories in an organization? (Choose three.)
As a developer, you want to run a workflow from the Actions tab in GitHub. Which YAML snippet should you use to match the interface in this image?
A)
B)
C)
D)
As a developer, you need to create a custom action written in Python. Which action type should you choose?
As a developer, you need to create a custom action written in Python. Which action type should you choose?
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?
As a developer, you need to make sure that only actions from trusted sources are available for use in your GitHub Enterprise Cloud organization. Which of the following statements are true? (Choose three.)