1 Commits
v1.0.0 ... main

Author SHA1 Message Date
01b7bd11cd update readme 2026-03-05 22:12:51 +11:00

View File

@@ -23,7 +23,7 @@ jobs:
node-version: '18' node-version: '18'
- run: npm install # Install dependencies before running the action - run: npm install # Install dependencies before running the action
- name: Check for Pending Payload Migrations - name: Check for Pending Payload Migrations
uses: LiamPietralla/pending-payload-migration-action@v1.0.0 uses: LiamPietralla/pending-payload-migration@v1.0.0
with: with:
paths: "path/to/your/payload/project" # Optional, defaults to root of the repository paths: "path/to/your/payload/project" # Optional, defaults to root of the repository
``` ```