From cccc96f81d0642ceaf9f1184eb7152c71bc38ef1 Mon Sep 17 00:00:00 2001 From: kazaker Date: Tue, 18 Oct 2022 12:16:32 +0200 Subject: [PATCH] fixed typo --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 48668b06811..3cc2bc26a13 100644 --- a/action.yml +++ b/action.yml @@ -173,7 +173,7 @@ runs: INPUT_PATH: ${{ inputs.path }} INPUT_TARGET_BRANCH_FETCH_DEPTH: ${{ inputs.target_branch_fetch_depth }} - name: Glob match - uses: tj-actions/glob@2022.10.18.1 + uses: auto1-oss/glob@2022.10.18.1 id: glob with: files: ${{ inputs.files }}