Skip to content

Commit 7cae5cd

Browse files
committed
Rename install action
1 parent 932dc8a commit 7cae5cd

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616

1717
- name: Clone and Install
18-
uses: ./.github/actions/clone-install
18+
uses: ./.github/actions/install
1919

2020
- run: npm run deploy
2121
env:

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Clone and Install
22-
uses: ./.github/actions/clone-install
22+
uses: ./.github/actions/install
2323

2424
- name: Build
2525
run: npm run build

0 commit comments

Comments
 (0)