We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 932dc8a commit 7cae5cdCopy full SHA for 7cae5cd
3 files changed
.github/actions/clone-install/action.yml .github/actions/install/action.yml.github/actions/clone-install/action.yml renamed to .github/actions/install/action.yml
.github/workflows/publish.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v4
16
17
- name: Clone and Install
18
- uses: ./.github/actions/clone-install
+ uses: ./.github/actions/install
19
20
- run: npm run deploy
21
env:
.github/workflows/pull-request.yml
@@ -19,7 +19,7 @@ jobs:
22
23
24
- name: Build
25
run: npm run build
0 commit comments