diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e47b1c2..4c6f0b28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -201,6 +201,7 @@ jobs: branch=${GITHUB_HEAD_REF#refs/heads/} echo ${branch} git checkout ${branch} + git status - name: Create code examples file uses: actions/cache@v2