From a07d1108d0b7331c550b9f8696f19ff649b5851a Mon Sep 17 00:00:00 2001 From: Thomas Schaffter Date: Thu, 29 Feb 2024 17:46:55 +0000 Subject: [PATCH] print branches --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) 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