From b46998a64dc870202d1728d4ba230fca632c0218 Mon Sep 17 00:00:00 2001 From: Northern Man <19808920+NorthernMan54@users.noreply.github.com> Date: Thu, 28 Sep 2023 09:26:52 -0400 Subject: [PATCH] Update build.yml - Node Build - error parsing called workflow ".github/workflows/build.yml" -> "homebridge/.github/.github/workflows/eslint.yml@latest" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f3462d590..f6957292b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -86,6 +86,6 @@ jobs: lint: needs: build_and_test - uses: homebridge/.github/.github/workflows/eslint.yml@latest + uses: homebridge/.github/.github/workflows/eslint.yml@main with: install_cmd: npm ci && cd ui && npm ci