-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
26 lines (22 loc) · 675 Bytes
/
action.yml
File metadata and controls
26 lines (22 loc) · 675 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
26
name: 'Preview Updater'
description: 'Lightweight preview update in Your repository'
author: 'Andrey Helldar <helldar@dragon-code.pro>'
runs:
using: node20
main: './dist/index.js'
branding:
icon: image
color: orange
inputs:
token:
description: |
GitHub token with `contents:write` permission used to read and update repository files.
required: true
config:
description: Path to the preview configuration YAML file.
default: '.github/preview-updater.yml'
required: false
readme:
description: Specifies the path to the README file.
default: 'README.md'
required: false