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 4b8c7cc commit 0152b66Copy full SHA for 0152b66
entrypoint.sh
@@ -52,8 +52,6 @@ function runCdk(){
52
commentStatus="Success"
53
fi
54
55
- echo "$GITHUB_EVENT_NAME"
56
- echo "${INPUT_ACTIONS_COMMENT}"
57
if [ "$GITHUB_EVENT_NAME" == "pull_request" ] && [ "${INPUT_ACTIONS_COMMENT}" == "true" ]; then
58
commentWrapper="#### \`cdk ${INPUT_CDK_SUBCOMMAND}\` ${commentStatus}
59
<details><summary>Show Output</summary>
0 commit comments