mirror of
https://github.com/fjogeleit/http-request-action.git
synced 2025-06-06 14:47:57 +08:00
fix basic auth method
This commit is contained in:
parent
b9373e0ef3
commit
8ed097ea3f
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -27,6 +27,6 @@ jobs:
|
|||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
url: 'https://postman-echo.com/basic-auth'
|
url: 'https://postman-echo.com/basic-auth'
|
||||||
method: 'POST'
|
method: 'GET'
|
||||||
username: 'postman'
|
username: 'postman'
|
||||||
password: 'password'
|
password: 'password'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user