mirror of
https://github.com/actions/runner.git
synced 2025-12-26 19:38:08 +08:00
@@ -15,7 +15,7 @@ namespace GitHub.Actions.Pipelines.WebApi
|
||||
/// File Container ID
|
||||
/// </summary>
|
||||
[DataMember]
|
||||
public long ContainerId
|
||||
public long ContainerId
|
||||
{
|
||||
get;
|
||||
set;
|
||||
|
||||
@@ -42,5 +42,5 @@ namespace GitHub.Actions.Pipelines.WebApi
|
||||
get;
|
||||
set;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,4 +11,4 @@ namespace GitHub.Actions.Pipelines.WebApi
|
||||
Unknown = 0,
|
||||
Actions_Storage = 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@ namespace GitHub.Actions.Pipelines.WebApi
|
||||
writer.WriteValue("actions_storage");
|
||||
}
|
||||
else
|
||||
{
|
||||
{
|
||||
base.WriteJson(writer, enumValue, serializer);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user