From 37ac8a189af23e1f816bea53af7588e644c70a3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Burzy=C5=84ski?= Date: Fri, 30 Jan 2026 14:50:32 +0100 Subject: [PATCH] Fixed `pnpm/action-setup` call when preparing the action build --- .github/workflows/pullfrog.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pullfrog.yml b/.github/workflows/pullfrog.yml index 4a2a66b..bd6bf7f 100644 --- a/.github/workflows/pullfrog.yml +++ b/.github/workflows/pullfrog.yml @@ -49,6 +49,9 @@ jobs: token: ${{ secrets.GH_TOKEN }} - uses: pnpm/action-setup@v4 + with: + package_json_file: .pullfrog-action/action/package.json + - uses: actions/setup-node@v4 with: node-version: "24"