From a08b7b0dc9c4768be974d2a781a1d81eba8cbde0 Mon Sep 17 00:00:00 2001 From: Raoul Scarazzini Date: Tue, 5 Dec 2023 11:40:30 +0100 Subject: [PATCH] Use root for GitHub Actions container This is needed to solve this bug [1]. [1] https://github.com/actions/checkout/issues/1014 --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cbcab5d..d80264e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,6 +13,7 @@ jobs: runs-on: ubuntu-latest container: image: quay.io/mmul/kpa + options: --user root steps: - name: Checkout repository uses: actions/checkout@v3 @@ -28,6 +29,7 @@ jobs: needs: lint container: image: quay.io/mmul/kpa + options: --user root steps: - name: Checkout repository uses: actions/checkout@v3