From f1ae7d34d76eef5a101ea28598da199532744d88 Mon Sep 17 00:00:00 2001 From: Cameron Clough Date: Thu, 20 Jun 2024 00:21:00 +0100 Subject: [PATCH] filter --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4762797..dd95e5f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -13,10 +13,10 @@ jobs: steps: - uses: actions/checkout@v4 with: - persist-credentials: true + filter: blob:none - name: checkout submodule ref - run: git submodule update --init agnos-kernel-sdm845 + run: git submodule update --init --filter blob:none agnos-kernel-sdm845 - uses: actions/setup-python@v5 with: