Skip to content

Commit

Permalink
doc: updated comment_tag_name
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-wicki committed Apr 4, 2021
1 parent 799f6bd commit 803a2cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 (`<!-- GOODREADS-LIST:START --><!-- GOODREADS-LIST:END -->`). 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

0 comments on commit 803a2cb

Please # to comment.