What is the minimal syntax for declaring an output named foo for an action?
A)
B)
C)
D)
When reviewing an action for use, what file defines its available inputs and outputs?
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 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.)
Which default GitHub environment variable indicates the owner and repository name?
Which of the following scenarios would require the use of self-hosted runners instead of GitHub-hosted runners?
You need to create new workflows to deploy to an unfamiliar cloud provider. What is the fastest and safest way to begin?
What are the advantages of using a matrix strategy in a job definition? (Choose two.)
How can GitHub Actions encrypted secrets be used in if: conditionals within a workflow job?
As a developer, what options should you recommend to implement standards for automation reuse? (Choose two.)
Where should workflow files be stored to be triggered by events in a repository?
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?