You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by wa...@apache.org on 2022/09/19 07:57:30 UTC

[echarts] 01/01: chore(workflow): dump github context object for debug

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 <yh...@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-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org