GitHub-Actions試験無料問題集「GitHub Actions Certificate 認定」

As a DevOps engineer, you are trying to leverage an organization secret in a repo. The value received in the workflow is not the same as that set in the secret. What is the most likely reason for the difference?

解説: (GoShiken メンバーにのみ表示されます)
As a developer, what options should you recommend to implement standards for automation reuse? (Choose two.)

解説: (GoShiken メンバーにのみ表示されます)
Where should workflow files be stored to be triggered by events in a repository?

解説: (GoShiken メンバーにのみ表示されます)
Your organization is managing secrets using GitHub encrypted secrets, including a secret named SuperSecret.
As a developer, you need to create a version of that secret that contains a different value for use in a workflow that is scoped to a specific repository named MyRepo. How should you store the secret to access your specific version within your workflow?

解説: (GoShiken メンバーにのみ表示されます)
What can be used to set a failed status of an action from its code?

解説: (GoShiken メンバーにのみ表示されます)
What are the advantages of using a matrix strategy in a job definition? (Choose two.)

解説: (GoShiken メンバーにのみ表示されます)
As a DevOps engineer developing a JavaScript action, you need to include annotations to pass warning messages to workflow runners. Which code snippet can you use to implement an annotation in your Actions?
As a DevOps engineer developing a JavaScript action, you need to include annotations to pass warning messages to workflow runners. Which code snippet can you use to implement an annotation in your Actions?

解説: (GoShiken メンバーにのみ表示されます)
As a developer, you want to run a workflow from the Actions tab in GitHub. Which YAML snippet should you use to match the interface in this image?

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