From 1c5cf0feaddc46a2698457a49cf82bdb52b774b5 Mon Sep 17 00:00:00 2001 From: Hamir Mahal Date: Wed, 8 Jan 2025 11:36:06 -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 5668ed2f22..e4df6442b2 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