Skip to content

Commit ee7af7c

Browse files
authored
Add missing spaces in PR ping (#3681)
1 parent ce5424f commit ee7af7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_ping.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
payload: |
5353
{
54-
"text": "PR by${{ env.pr_author }}in ${{ env.pr_repo }} marked ready for review: #${{ env.pr_number }} - ${{ env.pr_title }}",
54+
"text": "PR by ${{ env.pr_author }} in ${{ env.pr_repo }} marked ready for review: #${{ env.pr_number }} - ${{ env.pr_title }}",
5555
"blocks": [
5656
{
5757
"type": "section",

0 commit comments

Comments
 (0)