Skip to content

Commit

Permalink
Add periods for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
alexravenna committed Sep 15, 2023
1 parent 88515f9 commit e0cf99c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Expand Up @@ -9,15 +9,15 @@ branding:
inputs:
# Required
pat:
description: 'Personal access token'
description: 'Personal access token.'
required: true

# Optional
extensionFile:
description: 'Path to the vsix file to be published. Cannot be used together with packagePath.'
required: false
registryUrl:
description: 'Use the registry API at this base URL'
description: 'Use the registry API at this base URL.'
required: false
default: 'https://open-vsx.org'
packagePath:
Expand Down Expand Up @@ -51,11 +51,11 @@ inputs:
required: false
default: true
skipDuplicate:
description: 'Fail silently if version already exists on the marketplace'
description: 'Fail silently if version already exists on the marketplace.'
required: false
default: false
target:
description: 'Target architecture(s) the extension should run on'
description: 'Target architecture(s) the extension should run on.'
required: false
default: ''

Expand Down

0 comments on commit e0cf99c

Please sign in to comment.