diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c626421451..602fed1cd3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,6 +100,7 @@ jobs: git remote add upstream https://github.com/${{ github.repository }}.git git fetch upstream main git branch --track main upstream/main + git branch -vv - name: Derive appropriate SHAs for base and head for `nx affected` commands uses: nrwl/nx-set-shas@v4