mirror of
https://github.com/actions/runner.git
synced 2026-03-28 17:06:01 +08:00
Compare updated template evaluator (#4092)
This commit is contained in:
11
src/Sdk/WorkflowParser/IFileProvider.cs
Normal file
11
src/Sdk/WorkflowParser/IFileProvider.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace GitHub.Actions.WorkflowParser
|
||||
{
|
||||
public interface IFileProvider
|
||||
{
|
||||
String GetFileContent(String path);
|
||||
|
||||
String ResolvePath(String defaultRoot, String path);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user