فهرست منبع

chore(notify-discord.yml): update Discord notification workflow to rearrange and uncomment download link while commenting out files changed section for clarity

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

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

@@ -110,18 +110,18 @@ 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": "📝 Files Changed",
-                    "value": "• ${{ steps.changed-files.outputs.all_changed_files }}",
-                    "inline": false
+                    "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