Skip to content

Commit 0152b66

Browse files
committed
fix
1 parent 4b8c7cc commit 0152b66

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

entrypoint.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ function runCdk(){
5252
commentStatus="Success"
5353
fi
5454

55-
echo "$GITHUB_EVENT_NAME"
56-
echo "${INPUT_ACTIONS_COMMENT}"
5755
if [ "$GITHUB_EVENT_NAME" == "pull_request" ] && [ "${INPUT_ACTIONS_COMMENT}" == "true" ]; then
5856
commentWrapper="#### \`cdk ${INPUT_CDK_SUBCOMMAND}\` ${commentStatus}
5957
<details><summary>Show Output</summary>

0 commit comments

Comments
 (0)