Update src/Runner.Worker/ActionManager.cs

Co-Authored-By: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Tingluo Huang
2020-03-31 13:22:58 -04:00
committed by GitHub
parent 5ad7b9c56c
commit a4820a41cb

View File

@@ -633,7 +633,7 @@ namespace GitHub.Runner.Worker
// we will print the short SHA when action is referenced via branch/tag
if (repositoryReference.Ref.StartsWith(shortSha, StringComparison.OrdinalIgnoreCase))
{
// actions is already referenced by SHA
// action is already referenced by SHA
shortSha = null;
}
}
@@ -909,4 +909,3 @@ namespace GitHub.Runner.Worker
public string ActionRepository { get; set; }
}
}