Skip to content

Commit 7d15ea6

Browse files
committed
Update error logging
1 parent f2b3c6f commit 7d15ea6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/codebuild-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434
console.log("Verifed ${{ github.event.pull_request.user.login }} is a repo collaborator. Auto Approving PR Checks.")
3535
return res.status == "204" ? "auto-approve" : "manual-approval"
3636
} catch (error) {
37-
console.log("${{ github.event.pull_request.user.login }} is not a collaborator. Requiring Manual Approval to run PR Checks.")
38-
console.log(error)
37+
console.log("${{ github.event.pull_request.user.login }} is not a collaborator. Requiring Manual Approval to run PR Checks.", error)
3938
return "manual-approval"
4039
}
4140
wait-for-approval:

0 commit comments

Comments
 (0)