Skip to content

Commit

Permalink
chore(docs): fix errata in README, tweak action parameter description
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTMjugador committed Nov 25, 2024
1 parent 44d3deb commit 5cd6698
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,8 @@ None (**required**)
**Description**

The PackSquash version that the action will use. Please note that too old or too
new versions may be incompatible or fully supported by the action. There are
four types of versions that can be specified:
new versions may be incompatible with or not fully supported by the action.
There are four types of versions that can be specified:

- **`vXXX`**, where `XXX` is a PackSquash release version, such as `0.4.0` or
`0.3.1`.
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inputs:
required: false
default: ''
packsquash_version:
description: 'The PackSquash version that the action will use. Please note that too old or too new versions may be incompatible with or not properly supported by the action.'
description: 'The PackSquash version that the action will use. Please note that too old or too new versions may be incompatible with or not fully supported by the action.'
required: true
token:
description: 'The GitHub API authentication token that will be used for operations that may require authentication.'
Expand Down

0 comments on commit 5cd6698

Please sign in to comment.