Skip to content

Commit

Permalink
- Fix review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpojer committed Dec 12, 2024
1 parent bf3f534 commit c4a953a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ inputs:
description: 'The tag name of the release to generate notes for.'
required: true
chapters:
description: 'An YAML array defining chapters and corresponding labels for categorization.'
description: 'An string representation of YAML array defining chapters and corresponding labels for categorization. (Created by used "|".)'
required: false
default: ''
duplicity-scope:
Expand Down
1 change: 0 additions & 1 deletion release_notes_generator/action_inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
from typing import Optional
import yaml


from release_notes_generator.utils.constants import (
GITHUB_REPOSITORY,
GITHUB_TOKEN,
Expand Down

0 comments on commit c4a953a

Please sign in to comment.