Skip to content

Commit

Permalink
Remove unnecessary version from README example (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnboyes committed Aug 12, 2020
1 parent d0d1e3d commit 86c135a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ To enable [HTTPS Hoverfly simulations](https://docs.hoverfly.io/en/latest/pages/
- name: Install Hoverfly
uses: agilepathway/hoverfly-github-action@main
with:
version: v1.3.0
runner_github_workspace_path: ${{ github.workspace }}
- name: Enable https calls to be simulated by Hoverfly
run: install-and-trust-hoverfly-default-cert.sh
Expand All @@ -123,7 +122,7 @@ after which you can go ahead and simulate HTTPS calls (see
in the [end-to-end tests](.github/workflows/tests.yml)).

Our Hoverfly GitHub Action automatically makes this https cert
[install script](./install-and-trust-hoverfly-default-cert.sh) available to you
[install script](./install-and-trust-hoverfly-default-cert.sh) available
(in the same `${{ github.workspace }}/bin` directory which we add to the path and which the
Hoverfly binaries are located in too).

Expand Down

0 comments on commit 86c135a

Please sign in to comment.