This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch feat-funnel-newStyle in repository https://gitbox.apache.org/repos/asf/echarts.git
commit 151de1dbdeb6efbc994f9a9982ecb3d4228bce1e Author: plainheart <y...@all-my-life.cn> AuthorDate: Mon Sep 19 15:55:27 2022 +0800 chore(workflow): dump github context object for debug --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 471f1aa7e..2c3a4a873 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,11 @@ jobs: if: steps.cache-dep.outputs.cache-hit != 'true' run: npm ci + - name: Dump GitHub context + env: + GITHUB_CONTEXT: ${{ toJSON(github) }} + run: echo "$GITHUB_CONTEXT" + - name: Collect changed files run: | mkdir ~/tmp/ --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org