Skip to content

Commit

Permalink
Migrate set-output command to output file (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat authored Oct 18, 2022
1 parent 622510a commit eaf5c6c
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 @@ -40,8 +40,8 @@ then
update=true
fi

echo "::set-output name=created_branch::release-${INPUT_VERSION}"
echo "::set-output name=version::${INPUT_VERSION}"
echo "created_branch=release-${INPUT_VERSION}" >> ${GITHUB_OUTPUT}
echo "version=${INPUT_VERSION}" >> ${GITHUB_OUTPUT}

# Setup
echo -e "machine github.com\nlogin ${INPUT_GITHUB_TOKEN}" > ~/.netrc
Expand Down

0 comments on commit eaf5c6c

Please sign in to comment.