all repos — min @ 8fbcb2121a6ed289c38056c9c6f4c5a726773745

A small but practical concatenative programming language.

Fixes
h3rald h3rald@h3rald.com
Sat, 23 Jan 2021 16:33:58 +0000
commit

8fbcb2121a6ed289c38056c9c6f4c5a726773745

parent

6a72db6cb22ba6aa95e8400e6a7953da702305f4

1 files changed, 4 insertions(+), 4 deletions(-)

jump to
M tasks/github.mintasks/github.min

@@ -36,16 +36,16 @@ (dict :data ==> dict :result)

( data /endpoint :endpoint "api" :subdomain - (data ?subdomain) (data /subdomain @subdomain) when + (data 'subdomain dhas?) (data /subdomain @subdomain) when "https://$#.github.com/repos/h3rald/min$#" (subdomain endpoint) =% :url {} url %url data /method %method - (data ?headers) + (data 'headers dhas?) (data /headers %headers) (headers %headers) if - (data ?body) (data /body %body) when + (data 'body dhas?) (data /body %body) when request :response response /status :status response /body :body

@@ -155,4 +155,4 @@ gh-req pop

) foreach ) ) :: -;; Uploads all assets to the current draft Github release, deleting any existing asset.+;; Uploads all assets to the current draft Github release, deleting any existing asset.