From e230f12e4eb5c3dcde74d846367b1f2bbaaa5f43 Mon Sep 17 00:00:00 2001 From: Edvinas Date: Tue, 3 Oct 2023 21:54:52 +0300 Subject: [PATCH] Add more logging --- .github/workflows/upm.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/upm.yml b/.github/workflows/upm.yml index e84bbf0..bc45891 100644 --- a/.github/workflows/upm.yml +++ b/.github/workflows/upm.yml @@ -27,6 +27,7 @@ jobs: - name: Checkout '${{ env.PKG_ROOT }}' directory on '${{ github.event.inputs.branch }}' branch run: | + ls -la git branch -d '${{ github.event.inputs.branch }}' &> /dev/null || echo '${{ github.event.inputs.branch }} branch not found' git subtree split -P '${{ env.PKG_ROOT }}' -b '${{ github.event.inputs.branch }}' git checkout '${{ github.event.inputs.branch }}'