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 0035ee0 update
0035ee0 is described below
commit 0035ee04dc22d13aaba87ae9ce33489e7177bb11
Author: LiLi <[email protected]>
AuthorDate: Wed Jan 26 17:11:51 2022 +0800
update
Signed-off-by: LiLi <[email protected]>
---
.github/actions/changed-files/action.yml | 2 +-
.github/workflows/ci-pulsar-website-next-build.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/actions/changed-files/action.yml
b/.github/actions/changed-files/action.yml
index 5c2383b..e1d67fb 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: glob
id: glob
with:
files: ${{ steps.source-input-files.outputs.files }}
diff --git a/.github/workflows/ci-pulsar-website-next-build.yaml
b/.github/workflows/ci-pulsar-website-next-build.yaml
index f492025..4685a50 100644
--- a/.github/workflows/ci-pulsar-website-next-build.yaml
+++ b/.github/workflows/ci-pulsar-website-next-build.yaml
@@ -46,7 +46,7 @@ jobs:
# echo $CHANGED_FILES
- name: Get changed files
- uses: ./.github/actions/changed-files
+ uses: .github/actions/changed-files
with:
token: ${{ secrets.PULSARBOT_TOKEN }}