From fb57ec68547efb924bd496928db945bdc5188401 Mon Sep 17 00:00:00 2001 From: Hamir Mahal Date: Fri, 3 Jan 2025 12:37:50 -0800 Subject: [PATCH] refactor: remove `Invalid action input` --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 323d2e5969..11ab590dc8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: "lts/*" - persist-credentials: false - name: Install dependencies run: npm install --ignore-scripts --only=dev