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?
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?
As a developer, you are optimizing a GitHub workflow that uses and produces many different files. You need to determine when to use caching versus workflow artifacts. Which two statements are true? (Choose two.)
As a developer, which workflow steps should you perform to publish an image to the GitHub Container Registry? (Choose three.)
Which default environment variable specifies the branch or tag that triggered a workflow?
What are the two types of environment protection rules you can configure? (Choose two.)
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?
Your organization is managing secrets using GitHub encrypted secrets, including a secret named SuperSecret. As a developer, you need to create a version of that secret that contains a different value for use in a workflow that is scoped to a specific repository named MyRepo. How should you store the secret to access your specific version within your workflow?
Which of the following scenarios would require the use of self-hosted runners instead of GitHub-hosted runners?
What are the advantages of using a matrix strategy in a job definition? (Choose two.)
Which default GitHub environment variable indicates the owner and repository name?
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?