You are reaching your organization's storage limit for GitHub artifacts and packages. What should you do to prevent the storage limit from being reached? (Choose two.)
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.)
Which action type should be used to bundle a series of run steps into a reusable custom action?
What is the minimal syntax for declaring an output named foo for an action?
A)
B)
C)
D)
Which default GitHub environment variable indicates the name of the person or app that initiated a workflow?
You need to trigger a workflow using the GitHub API for activity that happens outside of GitHub. Which workflow event do you use?
As a developer, you are using a Docker container action in your workflow. What is required for the action to run successfully?
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?
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?
What will the output be for the following event trigger block in a workflow?
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?
As a DevOps engineer developing a JavaScript action, you need to include annotations to pass warning messages to workflow runners. Which code snippet can you use to implement an annotation in your Actions?
As a DevOps engineer developing a JavaScript action, you need to include annotations to pass warning messages to workflow runners. Which code snippet can you use to implement an annotation in your Actions?
What are the advantages of using a matrix strategy in a job definition? (Choose two.)
Which choices represent best practices for publishing actions so that they can be consumed reliably? (Choose two.)