From c244999bacf4652e363bb123ea2577cc742c4e61 Mon Sep 17 00:00:00 2001 From: Matt Knight Date: Mon, 20 Feb 2023 10:17:38 -0800 Subject: [PATCH] fix yaml (#107) --- .github/workflows/auto-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-pr.yml b/.github/workflows/auto-pr.yml index 0524e29..7813a40 100644 --- a/.github/workflows/auto-pr.yml +++ b/.github/workflows/auto-pr.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 with: - repository: https://github.com/ZigEmbeddedGroup/${{ matrix.repo }}.git + repository: ZigEmbeddedGroup/${{ matrix.repo }} submodules: recursive fetch-depth: 0