File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,12 @@ The commit message to use when updating the diagram. Useful for skipping CI. For
36
36
37
37
Default: ` Repo visualizer: updated diagram `
38
38
39
+ ## ` branch `
40
+
41
+ The branch name to push the diagram to (branch will be created if it does not yet exist).
42
+
43
+ For example: ` diagram `
44
+
39
45
## Example usage
40
46
41
47
You'll need to run the ` actions/checkout ` Action beforehand, to check out the code.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ inputs:
15
15
description : " The commit message to use when updating the diagram. Default: Repo visualizer: updated diagram"
16
16
required : false
17
17
branch :
18
- description : " If you want to push the diagram to a different branch (branch will be created if it does not exist)"
18
+ description : " The branch name to push the diagram to (branch will be created if it does not yet exist). For example: diagram "
19
19
required : false
20
20
runs :
21
21
using : " node12"
You can’t perform that action at this time.
0 commit comments