From e10008f339721bae4ebc6a12865bb3ab8464b3fa Mon Sep 17 00:00:00 2001 From: Yanqin Jin Date: Wed, 29 Apr 2020 11:17:38 -0700 Subject: [PATCH] More verbose --- .github/workflows/sanity_check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sanity_check.yml b/.github/workflows/sanity_check.yml index 69f7bd74f..0f4fdfca3 100644 --- a/.github/workflows/sanity_check.yml +++ b/.github/workflows/sanity_check.yml @@ -17,7 +17,7 @@ jobs: echo git status && git status echo "git remote -v" && git remote -v echo git branch && git branch - git merge-base upstream/master HEAD + GIT_CURL_VERBOSE=1 GIT_TRACE=1 git merge-base upstream/master HEAD - name: Setup Python uses: actions/setup-python@v1