GitHubActionsWorkflowInfo.

ActionPath Property

Summary

Gets the path where your action is located. You can use this path to access files located in the same repository as your action. This variable is only supported in composite run steps actions.

Syntax

public DirectoryPath ActionPath { get; }

Value

Type Description
DirectoryPath The path where your action is located. You can use this path to access files located in the same repository as your action. This variable is only supported in composite run steps actions.