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 8a6ad58 update
8a6ad58 is described below
commit 8a6ad588ac247d90914c0c64048b9018142be44e
Author: LiLi <[email protected]>
AuthorDate: Wed Jan 26 16:52:35 2022 +0800
update
Signed-off-by: LiLi <[email protected]>
---
.github/workflows/ci-pulsar-website-next-build.yaml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/ci-pulsar-website-next-build.yaml
b/.github/workflows/ci-pulsar-website-next-build.yaml
index 0431607..d356c0d 100644
--- a/.github/workflows/ci-pulsar-website-next-build.yaml
+++ b/.github/workflows/ci-pulsar-website-next-build.yaml
@@ -38,13 +38,13 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
- - 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
- echo "change files..."
- echo $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
+ echo "change files..."
+ echo $CHANGED_FILES
# - name: Get changed files
# id: changed-files