Which default GitHub environment variable indicates the owner and repository name?
A.
REPOSITORY NAME
B.
GITHUB REPOSITORY
C.
ENV REPOSITORY
D.
GITHUB WORKFLOW REPO
The Answer Is:
A
Want to know why?
Explanation:
The GITHUB_REPOSITORY environment variable contains the owner and repository name in the format owner/repository. It is automatically provided by GitHub Actions and can be used to reference the repository in workflows.