export push_options as env variable (#121)

Co-authored-by: Conrad <grosserconrad@gmail.com>
This commit is contained in:
Federico M. Facca
2023-06-30 17:23:25 +02:00
committed by GitHub
parent 473978add9
commit a1c90f8992

View File

@@ -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 }}