Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aholstrup1 committed Dec 18, 2024
1 parent 1385532 commit d370b8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Actions/AL-Go-Helper.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d370b8f

Please sign in to comment.