mirror of
https://github.com/tj-actions/changed-files
synced 2024-12-16 19:27:39 +00:00
reorder inputs
This commit is contained in:
parent
26361016d9
commit
068970bff8
1 changed files with 1 additions and 1 deletions
|
@ -195,11 +195,11 @@ runs:
|
|||
with:
|
||||
files: ${{ inputs.files }}
|
||||
files-separator: ${{ inputs.files_separator }}
|
||||
escape-paths: true
|
||||
excluded-files: ${{ inputs.files_ignore }}
|
||||
excluded-files-separator: ${{ inputs.files_ignore_separator }}
|
||||
files-from-source-file: ${{ inputs.files_from_source_file }}
|
||||
excluded-files-from-source-file: ${{ inputs.files_ignore_from_source_file}}
|
||||
escape-paths: true
|
||||
working-directory: ${{ inputs.path }}
|
||||
base-sha: ${{ steps.changed-files-diff-sha.outputs.previous_sha }}
|
||||
sha: ${{ steps.changed-files-diff-sha.outputs.current_sha }}
|
||||
|
|
Loading…
Reference in a new issue