From 954eac3fbb3cc1c6261f063d6c818f71f91acc46 Mon Sep 17 00:00:00 2001 From: Dan Grebb Date: Mon, 15 Jan 2024 23:39:23 -0500 Subject: [PATCH] wip: use correct base --- .github/workflows/docker-sanity-test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-sanity-test.yml b/.github/workflows/docker-sanity-test.yml index be2ba617a..210a8fa18 100644 --- a/.github/workflows/docker-sanity-test.yml +++ b/.github/workflows/docker-sanity-test.yml @@ -35,8 +35,8 @@ jobs: .github/actions path: actions - - name: "Setup Node, npm Cache, and Install" - uses: ./.github/actions/setup-base + - uses: ./actions/.github/actions/setup-base + id: base - uses: ./.github/actions/prepare-docker @@ -72,8 +72,8 @@ jobs: .github/actions path: actions - - name: "Setup Node, npm Cache, and Install" - uses: ./.github/actions/setup-base + - uses: ./actions/.github/actions/setup-base + id: base - uses: ./.github/actions/prepare-docker