From 3c45de9f2c2dbcebbcaa0f6ef528d96ff054eaab Mon Sep 17 00:00:00 2001 From: Alastair Mooney Date: Mon, 19 Aug 2024 16:34:02 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32ec12a..f48c2fb 100644 --- a/README.md +++ b/README.md @@ -238,7 +238,7 @@ The workflow file takes the following optional inputs: | IGNORE | False | A collection of comma-delimited regular expressions that match files that should be ignored when searching for TODOs | | AUTO_ASSIGN | False | Automatically assign new issues to the user who triggered the action | | ACTOR | False | The username of the person who triggered the action | -| ISSUE_TEMPLATE | False | The template used to format new issues | +| ISSUE_TEMPLATE | False | The template used to format new issues, e.g. `TODO title: {{ title }}\nBody: {{ body }}\nLink: {{ url }}\nCode:\n{{ snippet }}` | | IDENTIFIERS | False | List of custom identifier dictionaries of the form `[{"name": "TODO", "labels": [todo]}]` | | GITHUB_URL | False | Base URL of GitHub API | | ESCAPE | False | Escape all special Markdown characters |