Skip to content

Commit

Permalink
MV-7574 Deprecation of set-output (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsaienko-kaa authored Nov 16, 2022
1 parent bb883f7 commit f1db778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function runCdk(){
cdk ${INPUT_CDK_SUBCOMMAND} ${*} "${INPUT_CDK_STACK}" 2>&1 | tee output.log
exitCode=${?}
set +o pipefail
echo ::set-output name=status_code::${exitCode}
echo "status_code=${exitCode}" >> $GITHUB_OUTPUT
output=$(cat output.log)

commentStatus="Failed"
Expand Down

0 comments on commit f1db778

Please sign in to comment.