From 97ad44a484ae8d935de4bcdc1b335999a7c59112 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 4 Jan 2024 05:10:44 -0700 Subject: [PATCH] Update action.yml --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4e81f99..720b999 100644 --- a/action.yml +++ b/action.yml @@ -42,7 +42,7 @@ runs: using: 'composite' steps: - name: Glob match - uses: tj-actions/glob@v17 + uses: tj-actions/glob@v18 if: inputs.files != '' id: glob with: @@ -51,6 +51,7 @@ runs: separator: "|" match-directories: false match-gitignore-files: ${{ inputs.match-gitignore-files }} + escape-paths: ${{ inputs.safe_output }} - run: | bash $GITHUB_ACTION_PATH/entrypoint.sh id: verify-changed-files