{"id":22772319,"url":"https://github.com/pactflow/actions","last_synced_at":"2026-03-06T12:32:52.786Z","repository":{"id":38289992,"uuid":"486189122","full_name":"pactflow/actions","owner":"pactflow","description":"GitHub Actions to perform common Pact \u0026 Pactflow commands","archived":false,"fork":false,"pushed_at":"2026-02-15T23:23:34.000Z","size":621,"stargazers_count":11,"open_issues_count":7,"forks_count":10,"subscribers_count":10,"default_branch":"main","last_synced_at":"2026-02-16T06:47:03.602Z","etag":null,"topics":["open-source","pactflow"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/pactflow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-04-27T12:46:56.000Z","updated_at":"2026-02-06T03:28:18.000Z","dependencies_parsed_at":"2024-05-17T17:42:56.084Z","dependency_job_id":"b9217098-ee69-4488-865c-5102a6e0d894","html_url":"https://github.com/pactflow/actions","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/pactflow/actions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pactflow%2Factions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pactflow%2Factions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pactflow%2Factions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pactflow%2Factions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pactflow","download_url":"https://codeload.github.com/pactflow/actions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pactflow%2Factions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30176258,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T11:48:51.886Z","status":"ssl_error","status_checked_at":"2026-03-06T11:48:51.460Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["open-source","pactflow"],"created_at":"2024-12-11T17:08:04.401Z","updated_at":"2026-03-06T12:32:52.749Z","avatar_url":"https://github.com/pactflow.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# actions\n\nGitHub Actions to perform common Pact \u0026amp; Pactflow commands\n\nsee each subfolder for an individual readme with details on how to use :)\n\n```sh\n├── can-i-deploy\n├── create-or-update-version\n├── create-version-tag\n├── delete-branch\n├── publish-pact-files\n├── publish-provider-contract\n├── record-deployment\n└── record-release\n```\n\nAlternatively you can use the [pact-ruby-standalone](https://github.com/pact-foundation/pact-ruby-standalone) bundle of tools, available to the GitHub Runners shell, with the action below.\n\n```yml\n      - uses: pactflow/actions@main\n      - run: pact-broker help\n        if: runner.os != 'windows'\n        shell: bash\n      - name: pact-broker.bat on bash\n        run: pact-broker.bat help\n        if: runner.os == 'windows'\n        shell: bash\n```\n\n## other shells\n\n### sh\n\n```yml\n      - uses: pactflow/actions@main\n      - run: pact-broker help\n        if: runner.os != 'windows'\n        shell: sh\n      - name: pact-broker.bat on sh\n        run: pact-broker.bat help\n        if: runner.os == 'windows'\n        shell: sh\n```\n\n\n### pwsh\n\n```yml\n      - uses: pactflow/actions@main\n      - name: pact-broker.bat on pwsh\n        run: pact-broker.bat help\n        if: runner.os == 'windows'\n        shell: pwsh\n```\n\n### powershell\n\n```yml\n      - uses: pactflow/actions@main\n      - name: pact-broker.bat on powershell\n        run: pact-broker.bat help\n        if: runner.os == 'windows'\n        shell: powershell\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpactflow%2Factions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpactflow%2Factions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpactflow%2Factions/lists"}