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 25e216b  update
25e216b is described below

commit 25e216b172d625035a411778dc2fda03cdc2db17
Author: LiLi <[email protected]>
AuthorDate: Wed Jan 26 17:33:53 2022 +0800

    update
    
    Signed-off-by: LiLi <[email protected]>
---
 .github/workflows/ci-pulsar-website-next-build.yaml | 5 +++--
 site2/website-next/test.txt                         | 0
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci-pulsar-website-next-build.yaml 
b/.github/workflows/ci-pulsar-website-next-build.yaml
index 0a77ed7..7842c8b 100644
--- a/.github/workflows/ci-pulsar-website-next-build.yaml
+++ b/.github/workflows/ci-pulsar-website-next-build.yaml
@@ -50,13 +50,14 @@ jobs:
 
       - name: Get changed files
         uses: ./.github/actions/changed-files
+        id: changed-files
         with:
           token: ${{ secrets.PULSARBOT_TOKEN }}
 
       - name: List all modified files
         run: |
-          echo ${{ steps.changed-files.outputs.all_modified_files }}
-          for file in ${{ steps.changed-files.outputs.all_modified_files }}; do
+          echo ${{ steps.changed-files.outputs.all_changed_and_modified_files 
}}
+          for file in ${{ 
steps.changed-files.outputs.all_changed_and_modified_files }}; do
             echo "$file was modified"
           done
 
diff --git a/site2/website-next/test.txt b/site2/website-next/test.txt
new file mode 100644
index 0000000..e69de29

Reply via email to