As a developer, you are designing a workflow and need to communicate with the runner machine to set environment variables, output values used by other actions, add debug messages to the output logs, and other tasks. Which of the following options should you use?
How many jobs will result from the following matrix configuration?
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 syntax correctly accesses a job output (output1) of an upstream job (job1) from a dependent job within a workflow?
When reviewing an action for use, what file defines its available inputs and outputs?
How should you install the bats NPM package in your workflow?
A)
B)
C)
D)
As a developer, what options should you recommend to implement standards for automation reuse? (Choose two.)
As a DevOps engineer, you are developing a container action. You need to execute a cleanup script after completing the main script execution. Which code block should be used to define the cleanup script?
Which default GitHub environment variable indicates the name of the person or app that initiated a workflow?
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.)
You need to make a script to retrieve workflow run logs via the API. Which is the correct API to download a workflow run log?
Which action type should be used to bundle a series of run steps into a reusable custom action?
What is the right method to ensure users approve a workflow before the next step proceeds?
As a developer, your self-hosted runner sometimes looses connection while running jobs. How should you troubleshoot the issue affecting your self-hosted runner?
Which files are required for a Docker container action in addition to the source code? (Choose two.)
You have exactly one Windows x64 self-hosted runner, and it is configured with custom tools. Which syntax could you use in the workflow to target that runner?
Without the need to use additional infrastructure, what is the simplest and most maintainable method for configuring a workflow job to provide access to an empty PostgreSQL database?
What menu options in a repository do you need to select in order to use a starter workflow that is provided by your organization?
Which choices represent best practices for publishing actions so that they can be consumed reliably? (Choose two.)
You need to create new workflows to deploy to an unfamiliar cloud provider. What is the fastest and safest way to begin?
What can be used to set a failed status of an action from its code?