فهرست منبع

chore(notify-discord): comment out download and release notes sections in Discord notification workflow to simplify output and reduce clutter

Mathias 10 ماه پیش
والد
کامیت
4bf6ef7b71
1فایلهای تغییر یافته به همراه11 افزوده شده و 11 حذف شده
  1. 11 11
      .github/workflows/notify-discord.yml

+ 11 - 11
.github/workflows/notify-discord.yml

@@ -110,22 +110,22 @@ jobs:
                     "name": "📁 Repository",
                     "value": "[${{ github.event.repository.name }}](${{ github.event.repository.html_url }})",
                     "inline": true
-                  },
-                  {
-                    "name": "🔗 Download",
-                    "value": "[Release Page](${{ steps.release-info.outputs.html_url }})",
-                    "inline": true
-                  },
+                  }
+                  # {
+                  #   "name": "🔗 Download",
+                  #   "value": "[Release Page](${{ steps.release-info.outputs.html_url }})",
+                  #   "inline": true
+                  # },
                   {
                     "name": "📝 Files Changed",
                     "value": "• ${{ steps.changed-files.outputs.all_changed_files }}",
                     "inline": false
-                  },
-                  {
-                    "name": "📝 Release Notes",
-                    "value": "${{ steps.release-info.outputs.body }}",
-                    "inline": false
                   }
+                  # {
+                  #   "name": "📝 Release Notes",
+                  #   "value": "${{ steps.release-info.outputs.body }}",
+                  #   "inline": false
+                  # }
                 ],
                 "timestamp": "${{ steps.release-info.outputs.published_at }}",
                 "footer": {