diff --git a/.github/workflows/check-kernel-patches.yml b/.github/workflows/check-kernel-patches.yml index bed70dbd19..4ad35e6250 100644 --- a/.github/workflows/check-kernel-patches.yml +++ b/.github/workflows/check-kernel-patches.yml @@ -85,6 +85,10 @@ jobs: run: | chown -R buildbot:buildbot openwrt + - name: Opt-out from Git stricter repository ownership checks + run: | + git config --global --add safe.directory '*' + - name: Initialization environment run: | TARGET=$(echo ${{ inputs.target }} | cut -d "/" -f 1)