Dependency Update // Support none JSON Body (#17)

* Dependency Update // Support none JSON Body

* Specify action text case name
This commit is contained in:
Frank Jogeleit
2020-12-16 21:37:11 +01:00
committed by GitHub
parent 0cc64a5579
commit 3a9531bb34
5 changed files with 46 additions and 36 deletions

View File

@@ -23,7 +23,7 @@ jobs:
method: 'POST'
data: '{ "key": "value" }'
- name: Request Postment Echo POST
- name: Request Postment Echo POST with Unescaped Newline
uses: ./
with:
url: 'https://postman-echo.com/post'