-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
31 lines (31 loc) · 899 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: 'guilded-webhook-action'
description: 'Action for posting a message with text or embeds to a Guilded webhook'
author: 'guildedjs'
branding:
icon: 'bell'
color: 'yellow'
inputs:
content:
required: false
description: 'Text content for the message.'
title:
required: false
description: 'Title for the embed sent with the message.'
description:
required: false
description: 'Description for the embed sent with the message.'
color:
required: false
description: 'Color for the embed sent with the message.'
footer:
required: false
description: 'Footer for the embed sent with the message.'
author_name:
required: false
description: 'Author name for the embed sent with the message.'
author_icon:
required: false
description: 'Author icon for the embed sent with the message.'
runs:
using: 'node16'
main: 'dist/index.js'