mirror of
https://github.com/actions/runner.git
synced 2026-07-07 05:18:42 +08:00
10 lines
194 B
C#
10 lines
194 B
C#
using System;
|
|
|
|
namespace GitHub.DistributedTask.WebApi
|
|
{
|
|
public static class WellKnownDistributedTaskVariables
|
|
{
|
|
public static readonly String JobId = "system.jobId";
|
|
}
|
|
}
|