1
0
Fork 0
mirror of https://github.com/fjogeleit/http-request-action.git synced 2024-12-22 20:32:33 +00:00

add post test

This commit is contained in:
Frank 2020-04-21 13:58:56 +02:00
parent 193a7dd98c
commit 65d4ab42a4

View file

@ -15,3 +15,10 @@ jobs:
with:
url: 'https://postman-echo.com/get'
method: 'GET'
- name: Request Postment Echo POST
uses: ./
with:
url: 'https://postman-echo.com/post'
method: 'POST'
data: '{ "key": "value" }'