Skip to content

Commit

Permalink
export push_options as env variable (#121)
Browse files Browse the repository at this point in the history
Co-authored-by: Conrad <[email protected]>
  • Loading branch information
chicco785 and creyD authored Jun 30, 2023
1 parent 473978a commit a1c90f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit a1c90f8

Please sign in to comment.