mirror of
https://github.com/actions/runner.git
synced 2025-12-16 15:06:49 +00:00
GitHub Actions Runner
This commit is contained in:
18
src/Sdk/BuildWebApi/Api/Links.cs
Normal file
18
src/Sdk/BuildWebApi/Api/Links.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using GitHub.Services.Common;
|
||||
|
||||
namespace GitHub.Build.WebApi
|
||||
{
|
||||
[GenerateAllConstants]
|
||||
public static class Links
|
||||
{
|
||||
public const string Avatar = "avatar";
|
||||
public const String Self = "self";
|
||||
public const String Web = "web";
|
||||
public const String Editor = "editor";
|
||||
public const String Badge = "badge";
|
||||
public const String Timeline = "timeline";
|
||||
public const String Details = "details";
|
||||
public const String SourceVersionDisplayUri = "sourceVersionDisplayUri";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user