Skip to content

Commit 2aaf328

Browse files
committed
Fix link to user.
1 parent 979ea7a commit 2aaf328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fast-forward.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ echo 1 >$EXIT_CODE
156156

157157
LOG=$(mktemp)
158158
{
159-
echo "Triggered from $(github_event .comment.html_url .pull_request.html_url) by @[$GITHUB_ACTOR]($(github_event .user.html_url))."
159+
echo "Triggered from $(github_event .comment.html_url .pull_request.html_url) by [@​$GITHUB_ACTOR](https://github.com/$GITHUB_ACTOR)."
160160
echo
161161

162162
# The symbolic name.

0 commit comments

Comments
 (0)