Skip to content

Commit

Permalink
ci: drop unused inputs and step (#2624)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolewhite authored May 18, 2023
1 parent 85b1867 commit 06bdaa0
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/install/action.yml
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]

Expand Down

0 comments on commit 06bdaa0

Please sign in to comment.