Skip to content

Commit

Permalink
Update discord.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyphonic authored Dec 14, 2024
1 parent 099fdfb commit 8d48cba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/discord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
"fields": [
{
"name": "Commit ⚡",
"value": "Message » `${{ github.event.head_commit.message }}`\n\nCommit SHA » `${{ github.sha }}`"
"value": "Message » \"${{ github.event.head_commit.message }}\"\n\nCommit SHA » \"${{ github.sha }}\""
},
{
"name": "Workflow ☢️",
"value": "Branch » `${{ github.ref }}`\n\nWorkflow Runtime » `${{ }}`"
"value": "Branch » \"${{ github.ref }}\"\n\nWorkflow Runtime » \"${{ }}\""
},
{
"name": "Release 📦",
"value": "Download » `${{ }}`"
"value": "Download » \"${{ }}\""
}
],
"author": {
Expand Down Expand Up @@ -63,5 +63,5 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Delete File
- name: Delete JSON file
run: rm file.json

0 comments on commit 8d48cba

Please sign in to comment.