From 227e314ad84036340cab47e649d91b012275a53c Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 14 Mar 2022 14:43:28 -0400 Subject: [PATCH] fix: bug providing files_ignore without files input (#431) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 87da51e4a8c..fa3c44b2fbd 100644 --- a/action.yml +++ b/action.yml @@ -147,7 +147,7 @@ runs: INPUT_PATH: ${{ inputs.path }} INPUT_USE_FORK_POINT: ${{ inputs.use_fork_point }} - name: Glob match - uses: tj-actions/glob@v7.7 + uses: tj-actions/glob@v7.8 id: glob with: files: ${{ inputs.files }}