We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64cd616 commit 4b8c7ccCopy full SHA for 4b8c7cc
entrypoint.sh
@@ -54,7 +54,7 @@ function runCdk(){
54
55
echo "$GITHUB_EVENT_NAME"
56
echo "${INPUT_ACTIONS_COMMENT}"
57
- if [ "$GITHUB_EVENT_NAME" == "pull_request" ] && [ "${INPUT_ACTIONS_COMMENT}" == "1" ]; then
+ if [ "$GITHUB_EVENT_NAME" == "pull_request" ] && [ "${INPUT_ACTIONS_COMMENT}" == "true" ]; then
58
commentWrapper="#### \`cdk ${INPUT_CDK_SUBCOMMAND}\` ${commentStatus}
59
<details><summary>Show Output</summary>
60
0 commit comments