Skip to content

Commit

Permalink
ci: fix path to prepare-env
Browse files Browse the repository at this point in the history
  • Loading branch information
imccausl committed Feb 12, 2024
1 parent fae2a11 commit 509208a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
fetch-depth: 0

- name: Prepare Env
uses: imccausl/eslint-config/.github/actions/prepare-env@main

uses: ./.github/actions/prepare-env
- name: Cache build
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0

- name: Prepare Env
uses: imccausl/eslint-config/.github/actions/prepare-env@main
uses: ./.github/actions/prepare-env

- name: Restore cache
id: restore-cache
Expand Down

0 comments on commit 509208a

Please sign in to comment.