From 38354a64f52c0135910b40f3e5a7884496ff4581 Mon Sep 17 00:00:00 2001 From: Victor Date: Wed, 10 Apr 2024 17:24:29 -0500 Subject: [PATCH] Had the wrong path still - needed to be user/repo --- .github/workflows/build_nontree_binaries.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_nontree_binaries.yaml b/.github/workflows/build_nontree_binaries.yaml index 74ce808e..87d215fd 100644 --- a/.github/workflows/build_nontree_binaries.yaml +++ b/.github/workflows/build_nontree_binaries.yaml @@ -8,7 +8,7 @@ permissions: jobs: build: name: 'QMK Userspace Build' - uses: t4corun/.github/workflows/qmk_userspace_build.yml@main + uses: t4corun/qmk_userspace/.github/workflows/qmk_userspace_build.yml@main with: qmk_repo: qmk/qmk_firmware qmk_ref: master