Compare updated template evaluator (#4092)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
namespace GitHub.Actions.Expressions
|
||||
{
|
||||
public enum ValueKind
|
||||
{
|
||||
Array,
|
||||
Boolean,
|
||||
Null,
|
||||
Number,
|
||||
Object,
|
||||
String,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user