GitHub Actions Certificate - GitHub-Actions 模擬練習

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?

正解: B
解説: (PassTest メンバーにのみ表示されます)
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.)

正解: B,C
解説: (PassTest メンバーにのみ表示されます)
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?

正解: B
解説: (PassTest メンバーにのみ表示されます)
What menu options in a repository do you need to select in order to use a starter workflow that is provided by your organization?

正解: A
解説: (PassTest メンバーにのみ表示されます)
GitHub-hosted runners support which capabilities? (Choose two.)

正解: C,D
解説: (PassTest メンバーにのみ表示されます)
Which default GitHub environment variable indicates the name of the person or app that initiated a workflow?

正解: A
解説: (PassTest メンバーにのみ表示されます)
As a developer, you are using a Docker container action in your workflow. What is required for the action to run successfully?

正解: C
解説: (PassTest メンバーにのみ表示されます)
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?

正解: B
解説: (PassTest メンバーにのみ表示されます)