Skip to content

Commit

Permalink
afgr
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jul 21, 2024
1 parent 100e7bb commit d4fbede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/send-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
\"name\": \"${{ github.actor }}\",
\"icon_url\": \"https://github.com/${{ github.actor }}.png\"
},
\"description\": \"**Service Name:** ${{ github.repository }}\n\n**Details:**\n${{ github.event.pull_request.title || github.head_ref }}\",
\"description\": \"**Service Name:** ${{ github.repository }}\n\n**Details:**\n${{ github.event.pull_request.title || github.event.head_commit.message }}\",
\"color\": 5814783
}
]
Expand Down

0 comments on commit d4fbede

Please sign in to comment.