From fedca4a9a83c83baf9a426a681a2aab0d5c97e30 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Tue, 6 Dec 2022 21:44:04 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8Use=20explicit=20strings=20for=20ac?= =?UTF-8?q?tion=20input=20defaults?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 1 + action.yml | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 363e9aa..833e1ee 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/action.yml b/action.yml index 9d14593..01be383 100644 --- a/action.yml +++ b/action.yml @@ -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