Skip to content

Commit

Permalink
Improve parameter descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Nov 13, 2020
1 parent 56a4dbe commit f7a1012
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,36 @@ description: Deletes old package versions

inputs:
owner:
description: >
description: >-
Owner of the repo containing the package(s).
Defaults to the owner of the repo running the action.
required: false

repo:
description: >
description: >-
Repo containing the package(s).
Defaults to the repo running the action.
required: false

names:
description: >
description: >-
Names of the packages.
required: true

version-pattern:
description: >
description: >-
Regex pattern of the versions.
Defaults to true for all versions.
required: false

keep:
description: >
description: >-
Number of versions to exclude from deletions.
Defaults to 2.
required: false

token:
description: >
description: >-
Token with the necessary scopes to delete package versions.
If num-old-versions-to-delete is used the token also needs the read packages scope.
Defaults to github.token scoped to the repo running the action. To delete package versions
Expand Down

0 comments on commit f7a1012

Please sign in to comment.