From 087a31e24c020f476f3e650f9148a5065e1821d4 Mon Sep 17 00:00:00 2001 From: Reed Hamilton Date: Tue, 2 Dec 2025 14:43:04 -0800 Subject: [PATCH] fix: remove extra checkout step --- .github/workflows/package.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 4d41fa1..2806f84 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -10,12 +10,8 @@ jobs: permissions: contents: write steps: - - name: Init a git repo - uses: actions/checkout@v5 - name: Checkout PR - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: gh pr checkout ${{ github.event.pull_request.number }} + uses: actions/checkout@v5 - name: Package run: | npm ci