We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d614b commit 80f5200Copy full SHA for 80f5200
1 file changed
.github/workflows/DocPreviewCleanup.yml
@@ -40,7 +40,7 @@ jobs:
40
41
function all_prs()
42
url = "https://api.github.com/repos/$repo/pulls?per_page=100;page="
43
- query_prs(page) = JSON3.read(HTTP.get(url * page).body)
+ query_prs(page) = JSON3.read(HTTP.get(url * string(page)).body)
44
prs = []
45
page = 1
46
while true
0 commit comments