Skip to content

Commit 055bcd7

Browse files
committed
Framework: httpie Ignore stdin
fixes: "http: error: Request body (from stdin or a file) and request data (key=value) cannot be mixed. Pass --ignore-stdin to let key/value take priority." for Github Action
1 parent ace62bf commit 055bcd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/spksrc.spk.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ endif
354354
ifeq ($(PUBLISH_API_KEY),)
355355
$(error Set PUBLISH_API_KEY in local.mk)
356356
endif
357-
http --verify=no --auth $(PUBLISH_API_KEY): POST $(PUBLISH_URL)/packages @$(SPK_FILE_NAME)
357+
http --verify=no --ignore-stdin --auth $(PUBLISH_API_KEY): POST $(PUBLISH_URL)/packages @$(SPK_FILE_NAME)
358358

359359

360360
### Clean rules

0 commit comments

Comments
 (0)