From 803a2cba9295cacc7f9ad659cd409fcd3929508f Mon Sep 17 00:00:00 2001 From: Simon Wicki Date: Sun, 4 Apr 2021 09:01:39 +0200 Subject: [PATCH] doc: updated comment_tag_name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50b96fe..b3c41e4 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,8 @@ Here are all the inputs you can change in your goodreads-profile-workflow.yml fi | `shelf` | "currently-reading" | The Goodreads shelf/list the books are in (default shelves: currently-reading, read, to-read) | No | | `max_books_count` | "10" | Max count of books that will be taken from the shelf/list | No | | `readme_file_path` | "./README.md" | Path of the readme file you want to update | No | -| `output_only` | "false" | Sets the generated array as `books` [output variable](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idoutputs) so that it can be consumed in other actions | No | -| `output_only` | "false" | Sets the generated array as `books` [output variable](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idoutputs) so that it can be consumed in other actions | No | +| `output_only` | "false" | Usually used together with local-run.js. Sets the generated array as `books` [output variable](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idoutputs) so that it can be consumed in other actions | No | +| `comment_tag_name` | "GOODREADS-LIST" | Overrides the default comment tag name (``). In case you want to run multiple instances over the same README | No | ### More resources - Check out gautamkrishnar's [blog-post-workflow](https://github.com/gautamkrishnar/blog-post-workflow) for another great update readme workflow