mirror of
https://github.com/creyD/prettier_action.git
synced 2026-04-16 05:10:31 +02:00
export push_options as env variable (#121)
Co-authored-by: Conrad <grosserconrad@gmail.com>
This commit is contained in:
committed by
GitHub
parent
473978add9
commit
a1c90f8992
@@ -72,6 +72,7 @@ runs:
|
|||||||
INPUT_COMMIT_DESCRIPTION: ${{ inputs.commit_description }}
|
INPUT_COMMIT_DESCRIPTION: ${{ inputs.commit_description }}
|
||||||
INPUT_SAME_COMMIT: ${{ inputs.same_commit }}
|
INPUT_SAME_COMMIT: ${{ inputs.same_commit }}
|
||||||
INPUT_COMMIT_OPTIONS: ${{ inputs.commit_options }}
|
INPUT_COMMIT_OPTIONS: ${{ inputs.commit_options }}
|
||||||
|
INPUT_PUSH_OPTIONS: ${{ inputs.push_options }}
|
||||||
INPUT_FILE_PATTERN: ${{ inputs.file_pattern }}
|
INPUT_FILE_PATTERN: ${{ inputs.file_pattern }}
|
||||||
INPUT_PRETTIER_OPTIONS: ${{ inputs.prettier_options }}
|
INPUT_PRETTIER_OPTIONS: ${{ inputs.prettier_options }}
|
||||||
INPUT_DRY: ${{ inputs.dry }}
|
INPUT_DRY: ${{ inputs.dry }}
|
||||||
|
|||||||
Reference in New Issue
Block a user