Skip to content

Commit

Permalink
= Test
Browse files Browse the repository at this point in the history
+ Multiline
- Webhook
  • Loading branch information
May2Beez committed Nov 26, 2023
1 parent a4cbd3d commit 61b317b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
{
"title": "FarmHelper Update ${{ steps.variables.outputs.TITLE }}",
"description": "FarmHelper has been updated with the following changes:",
"color": 3447003,
"color": "Random",
"thumbnail": {
"url": "https://cdn.discordapp.com/attachments/861700235890130986/1144673641951395982/icon.png"
},
Expand All @@ -125,7 +125,8 @@ jobs:
},
{
"name": "Commit ID",
"value": "[View Commit (${{ steps.variables.outputs.SHORT_COMMIT_SHA }})](${{ steps.variables.outputs.COMMIT_URL }})\\n_To learn more about the changes, click on the link!_"
"value": "[View Commit (${{ steps.variables.outputs.SHORT_COMMIT_SHA }})](${{ steps.variables.outputs.COMMIT_URL }})
_To learn more about the changes, click on the link!_"
}
],
"footer": {
Expand Down

0 comments on commit 61b317b

Please sign in to comment.