Skip to content

Commit 295e659

Browse files
Update documentation to point to new repository
The examples and instructions in the README.md file point to a repository in GitHub's "agilepathway" account. The repository has moved to the "SpectoLabs" account now. Therefore, instructions, examples, and links are updated in this commit.
1 parent 78e27b9 commit 295e659

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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).**
@@ -53,7 +53,7 @@ jobs:
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/
117117
This script
118118
[installs and trusts the default Hoverfly certificate](https://docs.hoverfly.io/en/latest/pages/tutorials/advanced/configuressl/configuressl.html),
119119
after 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)
121121
in the [end-to-end tests](.github/workflows/tests.yml)).
122122

123123
Our Hoverfly GitHub Action automatically makes this https cert

0 commit comments

Comments
 (0)