From c9ff7972edbc6d5c90c086d1c1bea352bc643d11 Mon Sep 17 00:00:00 2001 From: Simone Corsi Date: Wed, 11 May 2022 16:08:14 +0200 Subject: [PATCH] chore(readme): update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2a38b8..0e6f6ac 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ The service can be configured setting the appropriate environment variables or w | `github-token` | Action Token | `${{ secrets.GITHUB_TOKEN }}` | | `github-name` | Name used for the commit, default to action | Github Action | | `github-email` | email used for commit, default to action | actions@users.noreply.github.com | -| `template-path` | Custom output template file ([EJS](https://ejs.co/) template engine) | [TEMPLATE.ejs](./TEMPLATE.ejs) | +| `template-path` | Custom template path relative to your project directory (uses: [EJS](https://ejs.co/) template engine) | [TEMPLATE.ejs](./TEMPLATE.ejs) | | `output-filename` | Output filename | `README.md` | #### `api-token`