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 3ff8ae6 update
3ff8ae6 is described below
commit 3ff8ae6700d7a8768fc802a3e34594a1fde5fe7c
Author: LiLi <[email protected]>
AuthorDate: Wed Jan 26 16:53:26 2022 +0800
update
Signed-off-by: LiLi <[email protected]>
---
.github/workflows/ci-pulsar-website-next-build.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/ci-pulsar-website-next-build.yaml
b/.github/workflows/ci-pulsar-website-next-build.yaml
index d356c0d..4a5a051 100644
--- a/.github/workflows/ci-pulsar-website-next-build.yaml
+++ b/.github/workflows/ci-pulsar-website-next-build.yaml
@@ -38,6 +38,7 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
+ - 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