fix basic auth method

This commit is contained in:
Frank 2020-04-21 14:09:38 +02:00
parent b9373e0ef3
commit 8ed097ea3f

View file

@ -27,6 +27,6 @@ jobs:
uses: ./
with:
url: 'https://postman-echo.com/basic-auth'
method: 'POST'
method: 'GET'
username: 'postman'
password: 'password'