We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e7c40 commit b89d3a6Copy full SHA for b89d3a6
roles/tests-unit/files/FWO.Test/HtmlToPdfTest.cs
@@ -30,7 +30,7 @@ public async Task GeneratePdf()
30
31
Log.WriteInfo("Test Log", $"GITHUB_ACTIONS? {isGitHubActions}");
32
Log.WriteInfo("Test Log", $"RUNNING_ON_GITHUB_ACTIONS? {isGitHubActions2}");
33
- Log.WriteInfo("Test Log", $"RUNNING_ON_GITHUB? {isGitHubActions2}");
+ Log.WriteInfo("Test Log", $"RUNNING_ON_GITHUB? {isGitHubActions3}");
34
35
if (!string.IsNullOrEmpty(isGitHubActions))
36
{
0 commit comments