Skip to content

Commit 8c01a01

Browse files
feat: add per_page api parameter
1 parent 74cc055 commit 8c01a01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tasks/collect_info.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
Authorization: "token {{ access_token }}"
3737
Accept: "application/vnd.github.v3+json"
3838
method: GET
39+
params:
40+
per_page: "{{ github_api_runners_per_page }}"
3941
status_code: 200
4042
force_basic_auth: true
4143
register: registered_runners

0 commit comments

Comments
 (0)