What are the two ways to pass data between jobs? (Choose two.)
As a developer, what is the safest way to reference an action to prevent modification of the underlying code?
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?
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.)
Which choices represent best practices for publishing actions so that they can be consumed reliably? (Choose two.)
How can GitHub Actions encrypted secrets be used in if: conditionals within a workflow job?
Which files are required for a Docker container action in addition to the source code? (Choose two.)
You need to trigger a workflow using the GitHub API for activity that happens outside of GitHub. Which workflow event do you use?
When reviewing an action for use, what file defines its available inputs and outputs?