Returns the owner and repository name of the action being executed.
Only set for steps that execute an action (e.g. actions/checkout).
actions/checkout
The action repository in owner/repo format, or undefined if the step is not executing an action.
owner/repo
undefined
Returns the owner and repository name of the action being executed.
Only set for steps that execute an action (e.g.
actions/checkout).