mirror of
https://github.com/actions/runner.git
synced 2025-12-26 19:38:08 +08: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