Skip to content

Commit 4b8c7cc

Browse files
committed
test
1 parent 64cd616 commit 4b8c7cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function runCdk(){
5454

5555
echo "$GITHUB_EVENT_NAME"
5656
echo "${INPUT_ACTIONS_COMMENT}"
57-
if [ "$GITHUB_EVENT_NAME" == "pull_request" ] && [ "${INPUT_ACTIONS_COMMENT}" == "1" ]; then
57+
if [ "$GITHUB_EVENT_NAME" == "pull_request" ] && [ "${INPUT_ACTIONS_COMMENT}" == "true" ]; then
5858
commentWrapper="#### \`cdk ${INPUT_CDK_SUBCOMMAND}\` ${commentStatus}
5959
<details><summary>Show Output</summary>
6060

0 commit comments

Comments
 (0)