Skip to content

v4.2.14

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Aug 09:40
· 5 commits to master since this release
693e944
Remove explicit cURL `POST` (#276)

When executed with `verbose`, cURL logs:
> Note: Unnecessary use of -X or --request, POST is already inferred.

[The `-d`/`--data` flag sends data via
`POST`](https://curl.se/docs/manpage.html#-d) so specifying `POST` _as
well_ is redundant.