File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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) |
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ author: "@tokusumi"
33description : Action to synchronize "any" code in markdown with an external file. No more managing code as plain text.
44inputs :
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.
You can’t perform that action at this time.
0 commit comments