Files
pending-payload-migration/action.yml
Liam Pietralla 1c2214b0f4
All checks were successful
CI / build (push) Successful in 17s
CI / release (push) Has been skipped
initial commit
2026-03-05 21:57:44 +11:00

16 lines
478 B
YAML

name: Pending Payload Migration Check
description: Check whether pending migrations are pending for PayloadCMS and if so report errors to stop deployments.
inputs:
paths:
description: The paths to check for pending migrations, allows multiple as array. Defaults to the root of the repository.
required: false
default: "."
outputs:
has-pending-migrations:
description: Whether there are pending migrations or not
runs:
using: node20
main: dist/index.js