Skip to content

Commit

Permalink
Fix repository owner allowlist
Browse files Browse the repository at this point in the history
  • Loading branch information
drakon64 committed Dec 6, 2024
1 parent cd70a69 commit 7601695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class Program
{
internal static readonly string[]? RepositoryOwners = Environment
.GetEnvironmentVariable("REPOSITORY_OWNERS")
?.Split([' ']);
?.Split(' ');

internal static readonly string Project =
Environment.GetEnvironmentVariable("PROJECT")
Expand Down

0 comments on commit 7601695

Please sign in to comment.