From acc667dc4b0a82774ecd8d6b8665e84dcd2b60f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Fri, 24 Feb 2023 20:35:04 +0100 Subject: [PATCH] Update include.yml --- .github/workflows/include.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/include.yml b/.github/workflows/include.yml index b845310..941b462 100644 --- a/.github/workflows/include.yml +++ b/.github/workflows/include.yml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v3.3.0 with: repository: armbian/build - ref: AR-1549 + ref: main fetch-depth: 1 clean: false # true is default. it *will* delete the hosts /dev if mounted inside. @@ -104,7 +104,7 @@ jobs: uses: actions/checkout@v3 # We don't need to clone git, really. A wget would suffice for GH-hosted runners. But using clone is better for Igor-hosted runners. with: repository: armbian/build #${{ github.repository_owner }}/armbian-build - ref: AR-1549 + ref: main fetch-depth: 1 clean: false # true is default. it *will* delete the hosts /dev if mounted inside.