Skip to content

Commit deb51dd

Browse files
Fix whitespace
1 parent 032ecff commit deb51dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GitVersion.BuildAgents/Agents/GitHubActions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public override void WriteIntegration(Action<string?> writer, GitVersionVariable
5858
// https://docs.github.com/en/actions/learn-github-actions/environment-variables#default-environment-variables
5959
// GITHUB_REF must be used only for "real" branches, not for tags.
6060
// Bug fix for https://github.com/GitTools/GitVersion/issues/2838
61-
61+
6262
// pull_request or pull_request_target
6363
if (eventName.StartsWith("pull_request", StringComparison.OrdinalIgnoreCase))
6464
{
@@ -69,7 +69,7 @@ public override void WriteIntegration(Action<string?> writer, GitVersionVariable
6969
{
7070
return null;
7171
}
72-
72+
7373
return Environment.GetEnvironmentVariable("GITHUB_REF");
7474
}
7575

0 commit comments

Comments
 (0)