mirror of
https://github.com/actions/runner.git
synced 2026-03-15 09:20:44 -04: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