mirror of
https://gitcode.com/gh_mirrors/gh/gh-action-pypi-publish.git
synced 2026-07-02 18:27:49 +00:00
🎨Use explicit strings for action input defaults
This commit is contained in:
@@ -11,6 +11,7 @@ repos:
|
|||||||
- repo: https://github.com/python-jsonschema/check-jsonschema.git
|
- repo: https://github.com/python-jsonschema/check-jsonschema.git
|
||||||
rev: 0.18.3
|
rev: 0.18.3
|
||||||
hooks:
|
hooks:
|
||||||
|
- id: check-github-actions
|
||||||
- id: check-github-workflows
|
- id: check-github-workflows
|
||||||
- id: check-jsonschema
|
- id: check-jsonschema
|
||||||
name: Check GitHub Workflows set timeout-minutes
|
name: Check GitHub Workflows set timeout-minutes
|
||||||
|
|||||||
+4
-4
@@ -19,21 +19,21 @@ inputs:
|
|||||||
verify_metadata:
|
verify_metadata:
|
||||||
description: Check metadata before uploading
|
description: Check metadata before uploading
|
||||||
required: false
|
required: false
|
||||||
default: true
|
default: 'true'
|
||||||
skip_existing:
|
skip_existing:
|
||||||
description: >-
|
description: >-
|
||||||
Do not fail if a Python package distribution
|
Do not fail if a Python package distribution
|
||||||
exists in the target package index
|
exists in the target package index
|
||||||
required: false
|
required: false
|
||||||
default: false
|
default: 'false'
|
||||||
verbose:
|
verbose:
|
||||||
description: Show verbose output.
|
description: Show verbose output.
|
||||||
required: false
|
required: false
|
||||||
default: false
|
default: 'false'
|
||||||
print_hash:
|
print_hash:
|
||||||
description: Show hash values of files to be uploaded
|
description: Show hash values of files to be uploaded
|
||||||
required: false
|
required: false
|
||||||
default: false
|
default: 'false'
|
||||||
branding:
|
branding:
|
||||||
color: yellow
|
color: yellow
|
||||||
icon: upload-cloud
|
icon: upload-cloud
|
||||||
|
|||||||
Reference in New Issue
Block a user