ericcornelissen/svgo-action

Incorrect description for `svgo-version` in Action manifest

Closed this issue · 1 comments

Documentation

Description

In commit 113e860 I noticed that the documentation for svgo-version in action.yml is outdated:

svgo-action/action.yml

Lines 16 to 17 in 8912dc2

svgo-version:
description: The (major) SVGO version to be used (`1` or `2`)

In particular, for v3.0.3, the only allowed values are 2 an "project".

With #661 merged, action.yml now looks like:

svgo-action/action.yml

Lines 16 to 17 in b250ad2

svgo-version:
description: The (major) SVGO version to be used (`2` or `3`)

Which should be updated to include the possible value "project".