From 606571b62365c913e3cebd0752f19e895bdbe34a 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 7cefc180a8d..79736421dc1 100644 --- a/action.yml +++ b/action.yml @@ -184,7 +184,7 @@ runs: INPUT_MAX_FETCH_DEPTH: ${{ inputs.max_fetch_depth }} INPUT_SINCE_LAST_REMOTE_COMMIT: ${{ inputs.since_last_remote_commit }} - 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 }}