{"id":16323474,"url":"https://github.com/you54f/pact-cli-action","last_synced_at":"2026-04-18T02:32:13.578Z","repository":{"id":62270006,"uuid":"559263205","full_name":"YOU54F/pact-cli-action","owner":"YOU54F","description":"Pact CLI aka Pact Ruby Standalone as a GitHub action","archived":false,"fork":false,"pushed_at":"2024-01-15T19:06:13.000Z","size":8032,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-16T23:54:07.491Z","etag":null,"topics":["action","actions","cli","github-actions","homebrew","pact","standalone"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/YOU54F.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}},"created_at":"2022-10-29T15:12:41.000Z","updated_at":"2022-12-09T13:59:34.000Z","dependencies_parsed_at":"2024-01-15T20:24:35.962Z","dependency_job_id":"e93eb9ee-3b24-43dc-b35e-0f221715d6b4","html_url":"https://github.com/YOU54F/pact-cli-action","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/YOU54F/pact-cli-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YOU54F%2Fpact-cli-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YOU54F%2Fpact-cli-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YOU54F%2Fpact-cli-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YOU54F%2Fpact-cli-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YOU54F","download_url":"https://codeload.github.com/YOU54F/pact-cli-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YOU54F%2Fpact-cli-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31953778,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["action","actions","cli","github-actions","homebrew","pact","standalone"],"created_at":"2024-10-10T22:54:54.991Z","updated_at":"2026-04-18T02:32:13.561Z","avatar_url":"https://github.com/YOU54F.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pact ruby cli action\n\nPact standalone CLI\n\n```yml\non: \n  workflow_dispatch:\n  push:\n  \njobs:\n  test_cli_action:\n    strategy:\n      matrix:\n        os: [ubuntu-latest,windows-latest,macos-latest]\n      fail-fast: false\n    runs-on: ${{ matrix.os }}\n    name: test pact cli action\n    steps:\n      - uses: actions/checkout@v3\n      - id: pact-cli\n        uses: you54f/paction@v1\n      - run: pact-broker.bat\n        if: runner.os == 'windows'\n        shell: cmd\n      - run: pact-broker\n        if: runner.os != 'windows'\n        shell: bash\n```\n\nother ways you can download\n\n```yml\nname: Build\n\non:\n  push:\n  workflow_dispatch:\n\njobs:\n  ubuntu:\n    runs-on: ubuntu-latest\n\n    steps:\n      - uses: actions/checkout@v3\n      - run: curl -fsSL https://raw.githubusercontent.com/pact-foundation/pact-ruby-standalone/master/install.sh | bash \u0026\u0026 pact/bin/pact help\n      - run: wget -q https://raw.githubusercontent.com/pact-foundation/pact-ruby-standalone/master/install.sh -O- | bash\n      - run: echo \"PATH=${PATH}:${PWD}/pact/bin/\" \u003e\u003e $GITHUB_ENV\n\n```\n\n```yml\n  mac:\n    runs-on: macos-latest\n\n    steps:\n      - uses: actions/checkout@v3\n      - run: ./cli.sh\n      - run: |\n          brew tap pact-foundation/pact-ruby-standalone\n          brew install pact-ruby-standalone\n          pact help\n        shell: bash\n      - run: curl -fsSL https://raw.githubusercontent.com/pact-foundation/pact-ruby-standalone/master/install.sh | bash \u0026\u0026 pact/bin/pact help\n      - run: echo \"PATH=${PATH}:${PWD}/pact/bin/\" \u003e\u003e $GITHUB_ENV\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyou54f%2Fpact-cli-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyou54f%2Fpact-cli-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyou54f%2Fpact-cli-action/lists"}