You need to trigger a workflow using the GitHub API for activity that happens outside of GitHub. Which workflow event do you use?
Which action type should be used to bundle a series of run steps into a reusable custom action?
As a developer, how can you identify a Docker container action on GitHub?
Which run: command will set a step's output?
As a developer, you have a 10-MB data set that is required in a specific workflow. Which steps should you perform so the dataset is stored encrypted and can be decrypted during the workflow? (Choose three.)
What will the output be for the following event trigger block in a workflow?
As a developer, you need to integrate a GitHub Actions workflow with a third-party code quality provider that uses the Checks API. How should you trigger a follow-up workflow?
What menu options in a repository do you need to select in order to use a starter workflow that is provided by your organization?
As a developer, you want to review the step that caused a workflow failure and the failed step's build logs. First navigate to the main page of the repository on GitHub. Which section contains the step failure information?
As a developer, which workflow steps should you perform to publish an image to the GitHub Container Registry? (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?
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?
As a developer, you are using a Docker container action in your workflow. What is required for the action to run successfully?
What is the smallest scope for an environment variable?
What is the minimal syntax for declaring an output named foo for an action?
A)
B)
C)
D)
Which of the following is the best way for an enterprise to prevent certain marketplace actions from running?
What are the advantages of using a matrix strategy in a job definition? (Choose two.)
You are a developer, and your container jobs are failing on a self-hosted runner. Which requirements must you check to ensure that the self-hosted runner is properly configured? (Choose two.)
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.)
As a DevOps engineer, you are trying to leverage an organization secret in a repo. The value received in the workflow is not the same as that set in the secret. What is the most likely reason for the difference?
You are a developer working on developing reusable workflows for your organization. What keyword should be included as part of the reusable workflow event triggers?