From 01b7bd11cd5344332301e73d8ec49064a2b76a0f Mon Sep 17 00:00:00 2001 From: Liam Pietralla Date: Thu, 5 Mar 2026 22:12:51 +1100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc580ed..3117857 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ jobs: node-version: '18' - run: npm install # Install dependencies before running the action - name: Check for Pending Payload Migrations - uses: LiamPietralla/pending-payload-migration-action@v1.0.0 + uses: LiamPietralla/pending-payload-migration@v1.0.0 with: paths: "path/to/your/payload/project" # Optional, defaults to root of the repository ```