Skip to content

Commit c330e59

Browse files
committed
Update issue-bot.yml
1 parent a52a7ee commit c330e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issue-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
exit_code="$?"
167167
168168
if [[ "$exit_code" == "2" ]]; then
169-
echo "::notice file=.github/workflows/issue-bot.yml,line=1 ::Issue bot detected open issues which are affected by this pull request - see [Issue bot job summary](https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID)."
169+
echo "::notice file=.github/workflows/issue-bot.yml,line=1 ::Issue bot detected open issues which are affected by this pull request - see https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID"
170170
exit 0
171171
fi
172172

0 commit comments

Comments
 (0)