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

Commit d79c73e

Browse files
authored
Merge pull request #58 from ludovicoserrani-nautes/deprecated-set-output
Remove deprecated set-output command
2 parents 0d19eea + 6a15be0 commit d79c73e

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)