diff --git a/.github/workflows/README b/.github/workflows/README index 856f7d640..aba3abc5b 100644 --- a/.github/workflows/README +++ b/.github/workflows/README @@ -1,3 +1,2 @@ This work was taken from https://github.com/gentoo/kde/tree/master/.github/workflows Original work from Alfred Wingate https://github.com/parona-source -plus https://github.com/actions/checkout/issues/1169 ? diff --git a/.github/workflows/pkgcheck.yaml b/.github/workflows/pkgcheck.yaml index 739ee5012..d3c4ac5f1 100644 --- a/.github/workflows/pkgcheck.yaml +++ b/.github/workflows/pkgcheck.yaml @@ -9,7 +9,6 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - run: git config --system --add safe.directory /github/workspace with: fetch-depth: 0 - name: Run pkgcheck diff --git a/.github/workflows/pkgcheck_merge.yaml b/.github/workflows/pkgcheck_merge.yaml index bce46d0a6..796302243 100644 --- a/.github/workflows/pkgcheck_merge.yaml +++ b/.github/workflows/pkgcheck_merge.yaml @@ -9,7 +9,6 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - run: git config --system --add safe.directory /github/workspace with: fetch-depth: 0 - name: Run pkgcheck