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 113a63f commit c195c02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
embeds: |
[
{
"title": "FarmHelper Update ${{steps.variables.outputs.TITLE}}",
"title": "FarmHelper Update ${{ steps.variables.outputs.TITLE }}",
"description": "FarmHelper has been updated with the following changes:",
"color": 3447003,
"thumbnail": {
Expand All @@ -121,15 +121,15 @@ jobs:
"fields": [
{
"name": "Latest Commit",
"value": "**${steps.variables.outputs.escaped_commit_message}**"
"value": "**${{ steps.variables.outputs.escaped_commit_message }}**"
},
{
"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} })\\n_To learn more about the changes, click on the link!_"
}
],
"footer": {
"text": "Updated: ${steps.variables.outputs.LONG_DATE}"
"text": "Updated: ${{ steps.variables.outputs.LONG_DATE }}"
}
}
]

0 comments on commit c195c02

Please sign in to comment.