We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 979ea7a commit 2aaf328Copy full SHA for 2aaf328
src/fast-forward.sh
@@ -156,7 +156,7 @@ echo 1 >$EXIT_CODE
156
157
LOG=$(mktemp)
158
{
159
- echo "Triggered from $(github_event .comment.html_url .pull_request.html_url) by @[$GITHUB_ACTOR]($(github_event .user.html_url))."
+ echo "Triggered from $(github_event .comment.html_url .pull_request.html_url) by [@​$GITHUB_ACTOR](https://github.com/$GITHUB_ACTOR)."
160
echo
161
162
# The symbolic name.
0 commit comments