ActionsWorkflowLocalActionDependency
A local action in the same repository referenced by a uses
field .
type ActionsWorkflowLocalActionDependency implements ActionsWorkflowDependency {
foundAt: ActionsWorkflowDependencyFoundAt!
path: String!
}
Fields
ActionsWorkflowLocalActionDependency.foundAt
● ActionsWorkflowDependencyFoundAt!
non-null object
The location of the dependency in a workflow file
ActionsWorkflowLocalActionDependency.path
● String!
non-null scalar
A file path in the repository
Interfaces
ActionsWorkflowDependency
interface
Dependencies of a GitHub Action workflow