Skip to content

Commit cde8770

Browse files
feat: use body for per_page parameter
1 parent 8c01a01 commit cde8770

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks/collect_info.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
Authorization: "token {{ access_token }}"
3737
Accept: "application/vnd.github.v3+json"
3838
method: GET
39-
params:
39+
body_format: form-urlencoded
40+
body:
4041
per_page: "{{ github_api_runners_per_page }}"
4142
status_code: 200
4243
force_basic_auth: true

0 commit comments

Comments
 (0)