What are the two mandatory requirements for publishing GitHub Actions to the GitHub Marketplace? Each correct answer presents part of the solution.
NOTE: Each correct answer is worth one point.
Which workflow commands send information from the runner? (Choose two.)
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?
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?
What metadata file in a custom action defines the main entry point?
Which native method should you use to pass files between jobs within the same GitHub Actions workflow?
How many jobs will result from the following matrix configuration?

Which of the following commands will set the $FOO environment variable within a script, so that it may be used in subsequent workflow job steps?
You are a DevOps engineer working on deployment workflows. You need to execute the deploy job only if the current branch name is feature-branch. Which code snippet will help you to implement the conditional execution of the job?
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.)



