Skip to content

Commit f1db778

Browse files
authored
MV-7574 Deprecation of set-output (#32)
1 parent bb883f7 commit f1db778

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
@@ -81,7 +81,7 @@ function runCdk(){
8181
cdk ${INPUT_CDK_SUBCOMMAND} ${*} "${INPUT_CDK_STACK}" 2>&1 | tee output.log
8282
exitCode=${?}
8383
set +o pipefail
84-
echo ::set-output name=status_code::${exitCode}
84+
echo "status_code=${exitCode}" >> $GITHUB_OUTPUT
8585
output=$(cat output.log)
8686

8787
commentStatus="Failed"

0 commit comments

Comments
 (0)