Skip to content

Commit 2a6cb05

Browse files
committed
update description
1 parent 7849cbf commit 2a6cb05

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,14 @@ jobs:
6868
message: "synchronizing Readme"
6969
silent: true
7070
```
71+
72+
### Configuration
73+
74+
| input | description |
75+
| -------------------- | ----------------------------------------------------------------------- |
76+
| token | Token for the repo. Can be passed in using {{ secrets.GITHUB_TOKEN }} |
77+
| markdown (Optional) | Target markdown file path. (default: "README.md") |
78+
| message (Optional) | Commit message for action. (default: "Embedding code into Markdown") |
79+
| no_change (Optional) | Issue comment at no changed (default: "No changes on README!" ) |
80+
| output (Optional) | Output markdown file path. If none, override target file. (default: "") |
81+
| silent (Optional) | No issue comment in silent mode (default: false) |

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: "@tokusumi"
33
description: Action to synchronize "any" code in markdown with an external file. No more managing code as plain text.
44
inputs:
55
token:
6-
description: Token for the repo. Can be passed in using {{ secrets.GITHUB_TOKEN}}
6+
description: Token for the repo. Can be passed in using {{ secrets.GITHUB_TOKEN }}
77
required: true
88
markdown:
99
description: Target markdown file path.

0 commit comments

Comments
 (0)