11# Hoverfly GitHub Action
22
3- [ ![ tests] ( https://github.com/agilepathway /hoverfly-github-action/workflows/Test/badge.svg?branch=main&event=push )] ( https://github.com/agilepathway /hoverfly-github-action/actions?query=workflow%3ATest+event%3Apush+branch%3Amain )
4- [ ![ reviewdog] ( https://github.com/agilepathway /hoverfly-github-action/workflows/reviewdog/badge.svg?branch=main&event=push )] ( https://github.com/agilepathway /hoverfly-github-action/actions?query=workflow%3Areviewdog+event%3Apush+branch%3Amain )
3+ [ ![ tests] ( https://github.com/SpectoLabs /hoverfly-github-action/workflows/Test/badge.svg?branch=main&event=push )] ( https://github.com/SpectoLabs /hoverfly-github-action/actions?query=workflow%3ATest+event%3Apush+branch%3Amain )
4+ [ ![ reviewdog] ( https://github.com/SpectoLabs /hoverfly-github-action/workflows/reviewdog/badge.svg?branch=main&event=push )] ( https://github.com/SpectoLabs /hoverfly-github-action/actions?query=workflow%3Areviewdog+event%3Apush+branch%3Amain )
55[ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg?maxAge=43200 )] ( LICENSE )
66
77** [ GitHub Action] ( https://github.com/features/actions ) that installs [ Hoverfly] ( https://docs.hoverfly.io/ ) , so that it can be used in subsequent steps in your GitHub Actions CI/CD pipeline (e.g. when running tests that use Hoverfly).**
5353 - name : Checkout code
5454 uses : actions/checkout@v2
5555 - name : Install Hoverfly
56- uses : agilepathway /hoverfly-github-action@main
56+ uses : SpectoLabs /hoverfly-github-action@main
5757 with :
5858 version : v1.10.12
5959 runner_github_workspace_path : ${{ github.workspace }}
@@ -76,7 +76,7 @@ Example:
7676` ` ` yml
7777 steps:
7878 - name: Install Hoverfly
79- uses: agilepathway /hoverfly-github-action@main
79+ uses: SpectoLabs /hoverfly-github-action@main
8080 with:
8181 version: v1.3.6
8282 runner_github_workspace_path: ${{ github.workspace }}
@@ -107,7 +107,7 @@ To enable [HTTPS Hoverfly simulations](https://docs.hoverfly.io/en/latest/pages/
107107` ` ` yml
108108 steps:
109109 - name: Install Hoverfly
110- uses: agilepathway /hoverfly-github-action@main
110+ uses: SpectoLabs /hoverfly-github-action@main
111111 with:
112112 runner_github_workspace_path: ${{ github.workspace }}
113113 - name: Enable https calls to be simulated by Hoverfly
@@ -117,7 +117,7 @@ To enable [HTTPS Hoverfly simulations](https://docs.hoverfly.io/en/latest/pages/
117117This script
118118[installs and trusts the default Hoverfly certificate](https://docs.hoverfly.io/en/latest/pages/tutorials/advanced/configuressl/configuressl.html),
119119after which you can go ahead and simulate HTTPS calls (see
120- [this example](https://github.com/agilepathway /hoverfly-github-action/blob/a0a08dae5c28d0980205c7997ce4accc20d1fc48/.github/workflows/tests.yml#L95-L113)
120+ [this example](https://github.com/SpectoLabs /hoverfly-github-action/blob/a0a08dae5c28d0980205c7997ce4accc20d1fc48/.github/workflows/tests.yml#L95-L113)
121121in the [end-to-end tests](.github/workflows/tests.yml)).
122122
123123Our Hoverfly GitHub Action automatically makes this https cert
0 commit comments