As a developer, you are optimizing a GitHub workflow that uses and produces many different files. You need to determine when to use caching versus workflow artifacts. Which two statements are true? (Choose two.)
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 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.)
You need to trigger a workflow using the GitHub API for activity that happens outside of GitHub. Which workflow event do you use?
Which syntax correctly accesses a job output (output1) of an upstream job (job1) from a dependent job within a workflow?