🎨Use explicit strings for action input defaults

This commit is contained in:
Sviatoslav Sydorenko 2022-12-06 21:44:04 +01:00
parent 1350b8bd72
commit fedca4a9a8
No known key found for this signature in database
GPG key ID: 9345E8FEA89CA455
2 changed files with 5 additions and 4 deletions

View file

@ -11,6 +11,7 @@ repos:
- repo: https://github.com/python-jsonschema/check-jsonschema.git
rev: 0.18.3
hooks:
- id: check-github-actions
- id: check-github-workflows
- id: check-jsonschema
name: Check GitHub Workflows set timeout-minutes

View file

@ -19,21 +19,21 @@ inputs:
verify_metadata:
description: Check metadata before uploading
required: false
default: true
default: 'true'
skip_existing:
description: >-
Do not fail if a Python package distribution
exists in the target package index
required: false
default: false
default: 'false'
verbose:
description: Show verbose output.
required: false
default: false
default: 'false'
print_hash:
description: Show hash values of files to be uploaded
required: false
default: false
default: 'false'
branding:
color: yellow
icon: upload-cloud