generated from actions/typescript-action
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
37 lines (33 loc) · 1.02 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
name: Hugo FixIt Component List Workflow
description: Generate a list of all hugo-fixit theme components.
author: Lruihao
branding:
icon: list
color: blue
inputs:
comment_tag_name:
description:
Override the default comment tag name, if you want to show multiple
instances of the action on the same repo
required: false
default: HUGO_FIXIT_COMPONENTS
readme_path:
description: Comma separated paths of the readme files you want to update
required: false
default: './README.md'
exclude_repos:
description: Comma separated list of repos to exclude from the list
required: false
default: ''
template:
description:
'Template to use while creating the list of hugo-fixit theme components.
It can contain {$repo.name} etc. as variables'
default: '- [{$repo.name}]({$repo.html_url}): {$repo.description}'
required: false
outputs:
repos:
description: The list of hugo-fixit theme components repos that were updated
runs:
using: node20
main: dist/index.js