Try a link without a preview

This commit is contained in:
Matt Rubens
2025-02-01 23:56:14 -05:00
parent 7440f86d2d
commit 1d81d871bf

View File

@@ -1,3 +1,5 @@
name: Discord PR Notifier
on: on:
pull_request: pull_request:
types: [opened] types: [opened]
@@ -11,7 +13,8 @@ jobs:
with: with:
args: | args: |
🚀 **New Pull Request Opened!** 🚀 **New Pull Request Opened!**
🔗 [${{ github.event.pull_request.title }}](${{ github.event.pull_request.html_url }}) 📝 **Title:** ${{ github.event.pull_request.title }}
🔗 <${{ github.event.pull_request.html_url }}>
👤 **Author:** ${{ github.event.pull_request.user.login }} 👤 **Author:** ${{ github.event.pull_request.user.login }}
env: env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}