Skip to content

Commit

Permalink
Merge pull request #18 from haya14busa/remove-period
Browse files Browse the repository at this point in the history
Remove needless period
  • Loading branch information
haya14busa authored May 10, 2020
2 parents ad43f26 + c661582 commit 95e8cf2
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 @@ -65,7 +65,7 @@ post_post_status() {
if [ -n "${CURRENT_VERSION}" ]; then
compare="**Changes**:[${CURRENT_VERSION}...${NEXT_VERSION}](https://github.com/${GITHUB_REPOSITORY}/compare/${CURRENT_VERSION}...${NEXT_VERSION})"
fi
post_txt="🚀 [[bumpr]](https://github.com/haya14busa/action-bumpr) [Bumped!](https://github.com/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}).
post_txt="🚀 [[bumpr]](https://github.com/haya14busa/action-bumpr) [Bumped!](https://github.com/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID})
**New version**:[${NEXT_VERSION}](https://github.com/${GITHUB_REPOSITORY}/releases/tag/${NEXT_VERSION})
${compare}
"
Expand Down

0 comments on commit 95e8cf2

Please sign in to comment.