From d370b8f16445f4eb69582ac1bcae57390edc12c9 Mon Sep 17 00:00:00 2001 From: aholstrup1 Date: Wed, 18 Dec 2024 11:32:12 +0100 Subject: [PATCH] Cleanup --- Actions/AL-Go-Helper.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/Actions/AL-Go-Helper.ps1 b/Actions/AL-Go-Helper.ps1 index 74ff692f5..2549f6b18 100644 --- a/Actions/AL-Go-Helper.ps1 +++ b/Actions/AL-Go-Helper.ps1 @@ -1422,7 +1422,6 @@ function CommitFromNewFolder { } } catch { - Write-Host $_.Exception.Message OutputError("GitHub actions are not allowed to create Pull Requests (see GitHub Organization or Repository Actions Settings). You can create the PR manually by navigating to $($env:GITHUB_SERVER_URL)/$($env:GITHUB_REPOSITORY)/tree/$branch") } return $true