You need to create a reusable GitHub Actions workflow template named ci.yml. The solution must ensure that ci.yml appears on the New workflow interface of GitHub Actions. Where should you store ci.yml?
What is the right method to ensure users approve a workflow before the next step proceeds?
How should you install the bats NPM package in your workflow?
A)

B)

C)

D)

You need to use a specific version of an action. How should you use v1 of an actions/javascript-action repository in your workflow?
Which action type should be used to bundle a series of run steps into a reusable custom action?
As a developer, your self-hosted runner sometimes looses connection while running jobs. How should you troubleshoot the issue affecting your self-hosted runner?
Which default GitHub environment variable indicates the owner and repository name?
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?
Your organization needs to simplify reusing and maintaining automation in your GitHub Enterprise Cloud. Which components can be directly reused across all repositories in an organization? (Choose three.)
In which locations can actions be referenced by workflows? (Choose three.)