All checks were successful
CI / build (push) Successful in 17s
CI / release (push) Has been skipped
16 lines
478 B
YAML
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
|