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?
What is the minimal syntax for declaring an output named foo for an action?
A)

B)

C)

D)

Which default environment variable specifies the branch or tag that triggered a workflow?
Which run: command will set a step's output?
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?
Which action type should be used to bundle a series of run steps into a reusable custom action?
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.)
What metadata file in a custom action defines the main entry point?
Which workflow commands send information from the runner? (Choose two.)
Which scopes are available to define custom environment variables within a workflow file? (Choose three.)