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 bb883f7 commit f1db778Copy full SHA for f1db778
entrypoint.sh
@@ -81,7 +81,7 @@ function runCdk(){
81
cdk ${INPUT_CDK_SUBCOMMAND} ${*} "${INPUT_CDK_STACK}" 2>&1 | tee output.log
82
exitCode=${?}
83
set +o pipefail
84
- echo ::set-output name=status_code::${exitCode}
+ echo "status_code=${exitCode}" >> $GITHUB_OUTPUT
85
output=$(cat output.log)
86
87
commentStatus="Failed"
0 commit comments