Update include.yml

This commit is contained in:
Igor Pečovnik
2023-02-24 20:35:04 +01:00
committed by GitHub
parent 85e146c589
commit acc667dc4b

View File

@@ -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.