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 77d8c39 commit 64cd616Copy full SHA for 64cd616
entrypoint.sh
@@ -52,6 +52,8 @@ 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}" == "1" ]; then
58
commentWrapper="#### \`cdk ${INPUT_CDK_SUBCOMMAND}\` ${commentStatus}
59
<details><summary>Show Output</summary>
0 commit comments