From 4b8c7ccb1119c2d6f68049e9e62b8878b3871c40 Mon Sep 17 00:00:00 2001 From: youyo <1003ni2@gmail.com> Date: Thu, 14 Nov 2019 02:44:22 +0900 Subject: [PATCH] test --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 6c45777..cbe5283 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -54,7 +54,7 @@ function runCdk(){ echo "$GITHUB_EVENT_NAME" echo "${INPUT_ACTIONS_COMMENT}" - if [ "$GITHUB_EVENT_NAME" == "pull_request" ] && [ "${INPUT_ACTIONS_COMMENT}" == "1" ]; then + if [ "$GITHUB_EVENT_NAME" == "pull_request" ] && [ "${INPUT_ACTIONS_COMMENT}" == "true" ]; then commentWrapper="#### \`cdk ${INPUT_CDK_SUBCOMMAND}\` ${commentStatus}
Show Output