Skip to content

Commit

Permalink
Use new github actions API to set output (#2535)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Oct 20, 2022
1 parent 44339d6 commit f48b247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ fi

# Sets the output variable for Github Action API:
# See: https://help.github.com/en/articles/development-tools-for-github-action
echo "::set-output name=output::$output"
echo '================================='
echo "output=$output" >> $GITHUB_OUTPUT
echo '================================'
echo

# Fail the build in case status code is not 0:
Expand Down

0 comments on commit f48b247

Please sign in to comment.