-
Notifications
You must be signed in to change notification settings - Fork 3
/
action.yml
44 lines (44 loc) · 1.22 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
name: Add Badges
description: Automatically add badges to README.md for your repository
author: bubkoo <bubkoo.wy@gmail.com>
inputs:
GITHUB_TOKEN:
description: Your GitHub token for authentication.
required: true
badges:
description: The badges to add with JSON format
required: false
path:
description: Path and file name to add badges
required: false
default: README.md
center:
description: Should center align the badges
required: false
default: false
commit_message:
description: Commit message of the github action.
required: false
default: 'docs: add badges [skip ci]'
committer_name:
required: false
description: The name of the author or committer of the commit.
default: 'github-actions[bot]'
committer_email:
required: false
description: The email of the author or committer of the commit.
default: 'github-actions[bot]@users.noreply.github.com'
opening_comment:
description: Opening comment
required: false
default: '<!-- [START BADGES] -->'
closing_comment:
description: Closing comment
required: false
default: '<!-- [END BADGES] -->'
runs:
using: node16
main: dist/index.js
branding:
icon: tag
color: green