Skip to content

Commit 86c135a

Browse files
authored
Remove unnecessary version from README example (#32)
1 parent d0d1e3d commit 86c135a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ To enable [HTTPS Hoverfly simulations](https://docs.hoverfly.io/en/latest/pages/
110110
- name: Install Hoverfly
111111
uses: agilepathway/hoverfly-github-action@main
112112
with:
113-
version: v1.3.0
114113
runner_github_workspace_path: ${{ github.workspace }}
115114
- name: Enable https calls to be simulated by Hoverfly
116115
run: install-and-trust-hoverfly-default-cert.sh
@@ -123,7 +122,7 @@ after which you can go ahead and simulate HTTPS calls (see
123122
in the [end-to-end tests](.github/workflows/tests.yml)).
124123

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

0 commit comments

Comments
 (0)