Microsoft GH-200 - GitHub Actions Exam
As a developer, you are using a Docker container action in your workflow. What is required for the action to run successfully?
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?
What menu options in a repository do you need to select in order to use a starter workflow that is provided by your organization?
What is the smallest scope for an environment variable?
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 statement is true about using default environment variables?
Which default GitHub environment variable indicates the owner and repository name?
Which default environment variable specifies the branch or tag that triggered a workflow?
You need to create new workflows to deploy to an unfamiliar cloud provider. What is the fastest and safest way to begin?