From 1960a90baea414834b64832ee41cbfad846fdd02 Mon Sep 17 00:00:00 2001 From: Chris Bieneman Date: Wed, 20 Sep 2023 19:11:31 -0500 Subject: [PATCH] debugging --- .github/workflows/clang-format-checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang-format-checker.yml b/.github/workflows/clang-format-checker.yml index fb1b8976e2..fdaaf71017 100644 --- a/.github/workflows/clang-format-checker.yml +++ b/.github/workflows/clang-format-checker.yml @@ -25,11 +25,11 @@ jobs: GH_TOKEN: ${{ github.token }} run: | echo Comparing $PR_NUMBER vs target branch + git fetch origin refs/pull/$PR_NUMBER/head:pull/$PR_NUMBER git rev-parse --short HEAD git rev-parse --short pull/$PR_NUMBER echo $GITHUB_BASE_REF echo $GITHUB_REF - git fetch origin refs/pull/$PR_NUMBER/head:pull/$PR_NUMBER git diff -U0 --no-color $GITHUB_BASE_REF..pull/$PR_NUMBER | clang-format-diff -p1 | tee format.diff if [ -s "format.diff" ] then