-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
25 lines (23 loc) · 726 Bytes
/
action.yml
File metadata and controls
25 lines (23 loc) · 726 Bytes
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
name: 'Random-Programming-Quote-Action'
description: 'Puts a random programming Quote in your README'
author: SpiderMath
inputs:
QUOTE_FONT_SIZE:
description: 'The size of the quote, lies between 1 to 6, 1 being the largest'
default: 3
required: false
COMMIT_MESSAGE:
description: 'The message which you want the bot to send on commit'
default: 'Updated the README with a new Programming Quote 💻'
required: false
ITALICS:
description: 'Whether you want the text to be italicized'
required: false
default: true
BLOCKQUOTES:
description: 'Whether you want your quote to be in a blockquote'
required: false
default: true
runs:
using: 'node14'
main: 'dist/index.js'