mirror of
https://github.com/actions/runner.git
synced 2025-12-13 19:03:44 +00:00
Compare updated template evaluator (#4092)
This commit is contained in:
14
src/Sdk/Expressions/ValueKind.cs
Normal file
14
src/Sdk/Expressions/ValueKind.cs
Normal file
@@ -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