Skip to content

Commit

Permalink
wip: use correct base
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Jan 16, 2024
1 parent bf49750 commit 954eac3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-sanity-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 954eac3

Please sign in to comment.