mirror of
https://github.com/actions/runner.git
synced 2025-12-19 00:36:55 +00:00
GitHub Actions Runner
This commit is contained in:
13
src/Sdk/DTLogging/Logging/ISecret.cs
Normal file
13
src/Sdk/DTLogging/Logging/ISecret.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace GitHub.DistributedTask.Logging
|
||||
{
|
||||
internal interface ISecret
|
||||
{
|
||||
/// <summary>
|
||||
/// Returns one item (start, length) for each match found in the input string.
|
||||
/// </summary>
|
||||
IEnumerable<ReplacementPosition> GetPositions(String input);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user