From 068970bff87f5381f963ac40771d21b5c38cd46d Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 24 Sep 2022 18:12:07 -0600 Subject: [PATCH] reorder inputs --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 00bac98a..bef048b2 100644 --- a/action.yml +++ b/action.yml @@ -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 }}