From fb5acbfce36df018c4adf1c2f3ad7937c4545723 Mon Sep 17 00:00:00 2001 From: Nicole White Date: Thu, 18 May 2023 13:29:23 +0000 Subject: [PATCH] ci: drop unused inputs and step --- .github/workflows/install/action.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/install/action.yml b/.github/workflows/install/action.yml index a0a49fd05..f7dd261a5 100644 --- a/.github/workflows/install/action.yml +++ b/.github/workflows/install/action.yml @@ -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/action-setup@v2.2.4