Merge pull request #62 from fjogeleit/url-encoded

Use URLSearchParams for application/x-www-form-urlencoded
This commit is contained in:
Frank Jogeleit
2022-11-03 14:33:24 +01:00
committed by GitHub
4 changed files with 27 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "http-request-action",
"version": "1.9.0",
"version": "1.11.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "http-request-action",
"version": "1.9.0",
"version": "1.11.2",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.9.1"