actions-marketplace-validations/DB migration with DLE
Run DB migrations with the DLE
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | The owner of the repository to check | yes | ${{ github.repository_owner }} |
| repo | The repo to check | yes | ${{ github.event.repository.name }} |
| ref | The input represents a ref parameter, which can be a SHA, branch, or tag | yes | ${{ github.ref }} |
| pull_request | Link to the pull request | no | ${{ github.event.pull_request.html_url }} |
| compare | The compare link | no | ${{ github.event.compare }} |
| commit_sha | Commit SHA | no | ${{ github.event.after }} |
| commands | List of commands to run DB migrations | yes | — |
| dbname | The database that the workflow is running with | no | "" |
| migration_envs | List of commands to run DB migrations | no | — |
| download_artifacts | Option to download artifacts | no | false |
Outputs
| name | description |
|---|---|
| response | The result of CI checks |