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 e9d1f70 update
e9d1f70 is described below
commit e9d1f70b68c0ce49ea085ce5b213eb72ed33fa4b
Author: LiLi <[email protected]>
AuthorDate: Wed Jan 26 16:56:42 2022 +0800
update
Signed-off-by: LiLi <[email protected]>
---
.github/workflows/ci-pulsar-website-next-build.yaml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/.github/workflows/ci-pulsar-website-next-build.yaml
b/.github/workflows/ci-pulsar-website-next-build.yaml
index 4a5a051..b67dc8d 100644
--- a/.github/workflows/ci-pulsar-website-next-build.yaml
+++ b/.github/workflows/ci-pulsar-website-next-build.yaml
@@ -41,9 +41,7 @@ jobs:
- name: Get changed files
run: |
git diff --name-only ${{ github.event.before }}..${{
github.event.after }}
- echo "CHANGED_FILES=$(git diff --name-only ${{ github.event.before
}}..${{ github.event.after }})" >> $GITHUB_ENV
- echo "github env..."
- echo $GITHUB_ENV
+ CHANGED_FILES=$(git diff --name-only ${{ github.event.before }}..${{
github.event.after }})
echo "change files..."
echo $CHANGED_FILES