-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: drop unused inputs and step (#2624)
- Loading branch information
1 parent
85b1867
commit 06bdaa0
Showing
1 changed file
with
0 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,8 @@ | ||
name: 'Install' | ||
description: 'Set up and install dependencies' | ||
|
||
inputs: | ||
fetch-depth: | ||
description: 'Number of commits to fetch' | ||
default: '1' | ||
required: false | ||
persist-credentials: | ||
description: 'Whether to persist credentials' | ||
default: "true" | ||
required: false | ||
|
||
|
||
runs: | ||
using: composite | ||
steps: | ||
- name: Check out | ||
uses: actions/checkout@v3 | ||
|
||
- name: Setup pnpm | ||
uses: pnpm/[email protected] | ||
|
||
|