mirror of
https://github.com/joelwmale/webhook-action.git
synced 2026-09-02 18:24:45 +08:00
v2.0.0 (#12)
- Convert project to Javascript/Typescript - Allow custom headers to be passed in (optional) - Allow body to be optional
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
|
||||
EXAMPLES = $(foreach EXAMPLE, $(wildcard examples/*.js), $(EXAMPLE))
|
||||
|
||||
.PHONY: test
|
||||
test: $(EXAMPLES)
|
||||
|
||||
.PHONY: $(EXAMPLES)
|
||||
$(EXAMPLES): ; node $@ && echo
|
||||
Reference in New Issue
Block a user