From fd5e9c283881024a163e768bb4430787000515b0 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Wed, 26 Nov 2025 16:33:29 -0800 Subject: [PATCH] update action w setup instructions --- .github/workflows/pullfrog.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/pullfrog.yml b/.github/workflows/pullfrog.yml index 29dccdd..22a5a6b 100644 --- a/.github/workflows/pullfrog.yml +++ b/.github/workflows/pullfrog.yml @@ -23,6 +23,11 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 1 + + # optionally, setup your repo here + # the agent can figure this out itself, but pre-setup is more efficient + # - uses: actions/setup-node@v6 + - name: Run agent uses: pullfrog/action@v0 with: