mirror of
https://github.com/actions/runner.git
synced 2025-12-11 12:57:05 +00:00
send path when resolving actions (#1250)
This commit is contained in:
@@ -610,6 +610,7 @@ namespace GitHub.Runner.Worker
|
||||
{
|
||||
NameWithOwner = repositoryReference.Name,
|
||||
Ref = repositoryReference.Ref,
|
||||
Path = repositoryReference.Path,
|
||||
};
|
||||
})
|
||||
.ToList();
|
||||
|
||||
Reference in New Issue
Block a user