{"id":20141524,"url":"https://github.com/michaelborn/cfmigrations-action","last_synced_at":"2026-03-05T08:01:32.299Z","repository":{"id":86836227,"uuid":"433481705","full_name":"michaelborn/CFMigrations-Action","owner":"michaelborn","description":"Build an automated migration check using CommandBox-Migrations","archived":false,"fork":false,"pushed_at":"2021-11-30T15:24:51.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-02T23:30:33.355Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michaelborn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-30T15:23:38.000Z","updated_at":"2021-11-30T15:24:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"f0dcf8e2-3f84-43ea-82a0-6ad2c1ab4e8a","html_url":"https://github.com/michaelborn/CFMigrations-Action","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/michaelborn/CFMigrations-Action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelborn%2FCFMigrations-Action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelborn%2FCFMigrations-Action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelborn%2FCFMigrations-Action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelborn%2FCFMigrations-Action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelborn","download_url":"https://codeload.github.com/michaelborn/CFMigrations-Action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelborn%2FCFMigrations-Action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30115662,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T03:40:26.266Z","status":"ssl_error","status_checked_at":"2026-03-05T03:39:15.902Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T21:57:38.000Z","updated_at":"2026-03-05T08:01:32.147Z","avatar_url":"https://github.com/michaelborn.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CFMigrations Github Action\n\nBuild an automated migration check using [`commandbox-migrations`](https://www.forgebox.io/view/commandbox-migrations).\n\n## Usage\n\n\n```yml\n- uses: actions/checkout@v2\n- name: Run CommandBox-Migrations\n  uses: Ortus-Solutions/cfmigrations-action@v1\n  with:\n    cmd: migrate up\n```\n\n## Arguments\n\n* `cmd` - Migration command to run.\n\n## Full Workflow Example\n\nUse this as an example of a working `migrationCheck.yml`.\n\n**Highlights:**\n\n1. This workflow will run on pushes to the `main` branch.\n2. The workflow starts a mariadb service\n3. and runs `migrate up`/`migrate down`\n\n```yml\nname: CFMigrations Check\n\non:\n  push:\n    branches:\n      - main\n\njobs:\n  migrate:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v2\n      - uses: Ortus-Solutions/cfmigrations-action@v1\n        with:\n          cmd: migrate up\n      - uses: Ortus-Solutions/cfmigrations-action@v1\n        with:\n          cmd: migrate down\n```\n\n# License\n\nThe scripts and documentation in this project are released under the [MIT License](LICENSE)\n\n## Code of Conduct\n\n\u003e :book: Do unto others as you would have them do to you - [Matthew 7:12](https://www.biblegateway.com/passage/?search=matthew+7%3A12\u0026version=NIV)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelborn%2Fcfmigrations-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelborn%2Fcfmigrations-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelborn%2Fcfmigrations-action/lists"}