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

Commit

Permalink
Merge branch 'master' into v2
Browse files Browse the repository at this point in the history
  • Loading branch information
youyo committed Nov 23, 2022
2 parents b918264 + d79c73e commit e28c6a2
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 @@ -66,7 +66,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 e28c6a2

Please sign in to comment.