Browse Source

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

Mathias 1 month ago
parent
commit
5edf932df4
1 changed files with 9 additions and 9 deletions
  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