From 5c075f8982bdf282f03d9e74f9663509a432474b Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Wed, 17 May 2023 12:43:36 +0200 Subject: [PATCH] github: define proper target-ref in clang-format-checker [skip ci] --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index d515b8ff561..8887768239f 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v2 - uses: wolletd/clang-format-checker@v1.10 with: - target-ref: main + target-ref: master build: runs-on: ubuntu-latest container: