From a1c90f8992af4874bbd26c496d558cae41e6527d Mon Sep 17 00:00:00 2001 From: "Federico M. Facca" Date: Fri, 30 Jun 2023 17:23:25 +0200 Subject: [PATCH] export push_options as env variable (#121) Co-authored-by: Conrad --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index c274230..06b48d4 100644 --- a/action.yml +++ b/action.yml @@ -72,6 +72,7 @@ runs: INPUT_COMMIT_DESCRIPTION: ${{ inputs.commit_description }} INPUT_SAME_COMMIT: ${{ inputs.same_commit }} INPUT_COMMIT_OPTIONS: ${{ inputs.commit_options }} + INPUT_PUSH_OPTIONS: ${{ inputs.push_options }} INPUT_FILE_PATTERN: ${{ inputs.file_pattern }} INPUT_PRETTIER_OPTIONS: ${{ inputs.prettier_options }} INPUT_DRY: ${{ inputs.dry }}