Skip to content

Commit

Permalink
mostly style cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed Nov 7, 2023
1 parent 489e477 commit 646d1e0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tools/getrepodetails.art
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ getGH: function [req][
apiVersion: "2022-11-28"

(IsCI?)?[
print "we're here!"
got: execute ~{!sh
gh api -H "Accept: |accepting|" -H "X-GitHub-Api-Version: |apiVersion|" /|req|
gh api -H "Accept: |accepting|"
-H "X-GitHub-Api-Version: |apiVersion|"
/|req|
}
print got
return read.json got
][
got: request.get.headers: #[
"Accept": accepting
Expand Down

0 comments on commit 646d1e0

Please sign in to comment.