Skip to content

Commit

Permalink
Update send-discord-embed.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen authored Nov 27, 2024
1 parent 8e29b57 commit c1a4f59
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/send-discord-embed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,6 @@ on:
]
type: string
required: false
COMPONENTS:
description: >
A JSON array of the discord components
default: >
[]
type: string
required: false
ACTIONS:
description: >
A JSON object for Discord actions
default: >
{}
type: string
required: false

jobs:
runner:
Expand All @@ -67,9 +53,7 @@ jobs:
body: JSON.stringify({
content: ${{ inputs.CONTENT }},
tts: false,
embeds: ${{ inputs.EMBEDS }},
components: ${{ inputs.COMPONENTS }},
actions: ${{ inputs.ACTIONS }}
embeds: ${{ inputs.EMBEDS }}
})
})

0 comments on commit c1a4f59

Please sign in to comment.