This is an automated email from the ASF dual-hosted git repository.
urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 59545c3 update
59545c3 is described below
commit 59545c37390faae2803c2db3f34e3aae90c501e6
Author: LiLi <[email protected]>
AuthorDate: Wed Jan 26 17:12:53 2022 +0800
update
Signed-off-by: LiLi <[email protected]>
---
.github/actions/changed-files/action.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/actions/changed-files/action.yml
b/.github/actions/changed-files/action.yml
index e1d67fb..58ac1b7 100644
--- a/.github/actions/changed-files/action.yml
+++ b/.github/actions/changed-files/action.yml
@@ -122,7 +122,7 @@ runs:
INPUT_FILES: ${{ inputs.files }}
INPUT_FILES_FROM_SOURCE_FILE: ${{ inputs.files_from_source_file }}
- name: Glob match
- uses: glob
+ uses: .github/actions/glob
id: glob
with:
files: ${{ steps.source-input-files.outputs.files }}