Skip to content

Commit

Permalink
Merge pull request #5 from GuildEducationInc/DEV-1416-github-set-outp…
Browse files Browse the repository at this point in the history
…ut-command-is-deprecated

rewrite set-output
  • Loading branch information
Dejan992 authored Feb 24, 2023
2 parents 8e5cc83 + 235b325 commit efaf00a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ if [ ${status} != "CREATE_COMPLETE" ] && [ ${status} != "FAILED" ]; then
exit 1
fi

echo "::set-output name=change_set_name::$uuid"
echo "::set-output name=result_file_path::$uuid.json"
echo "change_set_name=$uuid >> $GITHUB_OUTPUT"
echo "result_file_path=$uuid.json >> $GITHUB_OUTPUT"

python /pretty_format.py $uuid $INPUT_STACK_NAME
echo "::set-output name=diff_file_path::$uuid.html"
Expand Down

0 comments on commit efaf00a

Please sign in to comment.