Skip to content

Commit dd64a90

Browse files
committed
fix example code
1 parent c89111b commit dd64a90

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,16 @@ If the action finishes successfully you will be able to run your api tests again
4949

5050
~~~yaml
5151
- name: "Test phpipam api"
52-
run: |
53-
curl -k --user Admin:ipamadmin -X POST https://localhost/api/ansible/user/
52+
run: |
53+
curl -k --user Admin:ipamadmin -X POST https://localhost/api/ansible/user/
5454
~~~
5555

5656
With the `ipam_version` parameter you will be able to test against different phpipam versions by using githubs build matrix feature. This is done by defining a job as follows:
5757

5858
~~~yaml
59-
strategy:
59+
jobs:
60+
matrix_test:
61+
strategy:
6062
matrix:
6163
phpipam: ['1.4x','1.5x']
6264
steps:

0 commit comments

Comments
 (0)