-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaction.yml
58 lines (58 loc) · 1.85 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
name: "Infrastructure Diagrams"
description: "Generate and Commit Infrastructure Diagrams"
author: "olmesm"
branding:
icon: "image"
color: "purple"
runs:
using: docker
image: Dockerfile
inputs:
# TODO deploy_key:
# description: "Set a SSH private key from repository secret value for pushing to the remote branch."
# required: false
# TODO personal_token:
# description: "Set a personal access token for pushing to the remote branch."
# required: false
# TODO publish_dir:
# description: "Set an destination directory for deployment."
# default: _documentation/diagrams/processed
# required: false
# TODO tag_name:
# description: "Set tag name"
# required: false
# TODO tag_message:
# description: "Set tag message"
# required: false
# TODO publish_branch:
# description: "Set a target branch for deployment."
# default: main
# required: false
github_token:
description: "Set a generated GITHUB_TOKEN for pushing to the remote branch."
required: true
debug:
description: "debug action"
required: false
force_regenerate:
description: "Force regeneration of all images. Increases commit size and uses build minutes."
required: false
input_dir:
description: "Set an input directory for deployment."
default: _documentation/diagrams
required: false
user_name:
description: "Set Git user.name"
default: Bot
required: false
user_email:
description: "Set Git user.email"
default: [email protected]
required: false
commit_message:
description: "Set a custom commit message with a triggered commit hash"
default: Diagrams generated with [Infrastructure Diagram Action](https://github.com/olmesm/infrastructure-diagram-action)
required: false
disable_review_comment:
description: "Disable posting a review comment"
required: false