Skip to content

Commit 64cd616

Browse files
committed
test
1 parent 77d8c39 commit 64cd616

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

entrypoint.sh

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

55+
echo "$GITHUB_EVENT_NAME"
56+
echo "${INPUT_ACTIONS_COMMENT}"
5557
if [ "$GITHUB_EVENT_NAME" == "pull_request" ] && [ "${INPUT_ACTIONS_COMMENT}" == "1" ]; then
5658
commentWrapper="#### \`cdk ${INPUT_CDK_SUBCOMMAND}\` ${commentStatus}
5759
<details><summary>Show Output</summary>

0 commit comments

Comments
 (0)