Skip to content
This repository was archived by the owner on Apr 30, 2023. It is now read-only.

Commit e28c6a2

Browse files
committed
Merge branch 'master' into v2
2 parents b918264 + d79c73e commit e28c6a2

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
@@ -66,7 +66,7 @@ function runCdk(){
6666
cdk ${INPUT_CDK_SUBCOMMAND} ${*} "${INPUT_CDK_STACK}" 2>&1 | tee output.log
6767
exitCode=${?}
6868
set +o pipefail
69-
echo ::set-output name=status_code::${exitCode}
69+
echo "status_code=${exitCode}" >> $GITHUB_OUTPUT
7070
output=$(cat output.log)
7171

7272
commentStatus="Failed"

0 commit comments

Comments
 (0)