メインコンテンツまでスキップ

ActionsWorkflowExternalScriptDependency

An external script referenced by a run field

type ActionsWorkflowExternalScriptDependency implements ActionsWorkflowDependency {
foundAt: ActionsWorkflowDependencyFoundAt!
url: String!
}

Fields

ActionsWorkflowExternalScriptDependency.foundAt ● ActionsWorkflowDependencyFoundAt! non-null object

The location of the dependency in a workflow file

ActionsWorkflowExternalScriptDependency.url ● String! non-null scalar

The URL of the referenced script.

Interfaces

ActionsWorkflowDependency interface

Dependencies of a GitHub Action workflow