actions-marketplace-validations/DB migration with DLE

Run DB migrations with the DLE

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
ownerThe owner of the repository to checkyes${{ github.repository_owner }}
repoThe repo to checkyes${{ github.event.repository.name }}
refThe input represents a ref parameter, which can be a SHA, branch, or tagyes${{ github.ref }}
pull_requestLink to the pull requestno${{ github.event.pull_request.html_url }}
compareThe compare linkno${{ github.event.compare }}
commit_shaCommit SHAno${{ github.event.after }}
commandsList of commands to run DB migrationsyes
dbnameThe database that the workflow is running withno""
migration_envsList of commands to run DB migrationsno
download_artifactsOption to download artifactsnofalse
namedescription
responseThe result of CI checks