mirror of
https://github.com/actions/runner.git
synced 2025-12-12 05:37:01 +00:00
update workflow schema file. (#388)
This commit is contained in:
@@ -8,6 +8,7 @@ namespace GitHub.DistributedTask.Pipelines.ObjectTemplating
|
|||||||
{
|
{
|
||||||
public const String Always = "always";
|
public const String Always = "always";
|
||||||
public const String BooleanStepsContext = "boolean-steps-context";
|
public const String BooleanStepsContext = "boolean-steps-context";
|
||||||
|
public const String BooleanStrategyContext = "boolean-strategy-context";
|
||||||
public const String CancelTimeoutMinutes = "cancel-timeout-minutes";
|
public const String CancelTimeoutMinutes = "cancel-timeout-minutes";
|
||||||
public const String Cancelled = "cancelled";
|
public const String Cancelled = "cancelled";
|
||||||
public const String Checkout = "checkout";
|
public const String Checkout = "checkout";
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Globalization;
|
using System.Globalization;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
@@ -12,7 +12,7 @@ namespace GitHub.DistributedTask.Pipelines.ObjectTemplating
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Converts a YAML file into a TemplateToken
|
/// Converts a YAML file into a TemplateToken
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public sealed class YamlObjectReader : IObjectReader
|
internal sealed class YamlObjectReader : IObjectReader
|
||||||
{
|
{
|
||||||
internal YamlObjectReader(
|
internal YamlObjectReader(
|
||||||
Int32? fileId,
|
Int32? fileId,
|
||||||
|
|||||||
@@ -739,7 +739,7 @@
|
|||||||
"container-env": {
|
"container-env": {
|
||||||
"mapping": {
|
"mapping": {
|
||||||
"loose-key-type": "non-empty-string",
|
"loose-key-type": "non-empty-string",
|
||||||
"loose-value-type": "string"
|
"loose-value-type": "string-runner-context"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user