You need to trigger a workflow using the GitHub API for activity that happens outside of GitHub. Which workflow event do you use?
What are the two ways to pass data between jobs? (Choose two.)
As a developer, your Actions workflow often reuses the same outputs or downloaded dependencies from one run to another. To cache dependencies for a job, you are using the GitHub cache action. Which input parameters are required for this action? (Choose two.)
Which native method should you use to pass files between jobs within the same GitHub Actions workflow?