Skip to content

Commit

Permalink
Merge pull request #58 from fjogeleit/formdata-fix
Browse files Browse the repository at this point in the history
Fix undefined data for files
  • Loading branch information
fjogeleit committed Oct 5, 2022
2 parents 9e07856 + 2214f2d commit fd5cf60
Show file tree
Hide file tree
Showing 4 changed files with 769 additions and 63 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -62,6 +62,13 @@ jobs:
data: '{ "key": "value" }'
files: '{ "file": "${{ github.workspace }}/testfile.txt" }'

- name: Request Postman Echo POST Multipart without data
uses: ./
with:
url: 'https://postman-echo.com/post'
method: 'POST'
files: '{ "file": "${{ github.workspace }}/testfile.txt" }'

- name: Request Postman Echo POST single file
uses: ./
with:
Expand Down

0 comments on commit fd5cf60

Please sign in to comment.