From 5b5cb513f14888edf9ff23a6a6eab10d7d63f70b Mon Sep 17 00:00:00 2001 From: Conrad Date: Thu, 20 Jul 2023 20:55:18 +0200 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c8232ef..da1e664 100644 --- a/action.yml +++ b/action.yml @@ -80,7 +80,7 @@ runs: INPUT_FILE_PATTERN: ${{ inputs.file_pattern }} INPUT_PRETTIER_OPTIONS: ${{ inputs.prettier_options }} INPUT_DRY: ${{ inputs.dry }} - INPUT_DRY_NO_COMMIT: ${{ inputs.no_commit }} + INPUT_NO_COMMIT: ${{ inputs.no_commit }} INPUT_PRETTIER_VERSION: ${{ inputs.prettier_version }} INPUT_ONLY_CHANGED: ${{ inputs.only_changed }} INPUT_PRETTIER_PLUGINS: ${{ inputs.prettier_plugins }}