From c6928b2b2efa5f6bfe1c4c430deee90746639adb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ari=20Perkki=C3=B6?= Date: Mon, 26 Aug 2024 15:10:28 +0300 Subject: [PATCH] ci: debug --- .github/workflows/publish-commit.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/publish-commit.yaml b/.github/workflows/publish-commit.yaml index 4924a1df..528ea7e2 100644 --- a/.github/workflows/publish-commit.yaml +++ b/.github/workflows/publish-commit.yaml @@ -55,6 +55,14 @@ jobs: } - uses: actions/checkout@v4 + with: + ref: ${{ github.head_ref }} + fetch-depth: 0 + + - name: debug + run: | + git branch + git remote -v - uses: ./.github/actions/setup-and-cache