Skip to content

Commit 3c45de9

Browse files
authored
Update README.md
1 parent 554f2bb commit 3c45de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ The workflow file takes the following optional inputs:
238238
| IGNORE | False | A collection of comma-delimited regular expressions that match files that should be ignored when searching for TODOs |
239239
| AUTO_ASSIGN | False | Automatically assign new issues to the user who triggered the action |
240240
| ACTOR | False | The username of the person who triggered the action |
241-
| ISSUE_TEMPLATE | False | The template used to format new issues |
241+
| ISSUE_TEMPLATE | False | The template used to format new issues, e.g. `TODO title: {{ title }}\nBody: {{ body }}\nLink: {{ url }}\nCode:\n{{ snippet }}` |
242242
| IDENTIFIERS | False | List of custom identifier dictionaries of the form `[{"name": "TODO", "labels": [todo]}]` |
243243
| GITHUB_URL | False | Base URL of GitHub API |
244244
| ESCAPE | False | Escape all special Markdown characters |

0 commit comments

Comments
 (0)