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.
- Namespace
- Cake
.Common .Build .GitHubActions .Data - Containing Type
- Git
Hub Actions Workflow Info
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. |