We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74cc055 commit 8c01a01Copy full SHA for 8c01a01
tasks/collect_info.yml
@@ -36,6 +36,8 @@
36
Authorization: "token {{ access_token }}"
37
Accept: "application/vnd.github.v3+json"
38
method: GET
39
+ params:
40
+ per_page: "{{ github_api_runners_per_page }}"
41
status_code: 200
42
force_basic_auth: true
43
register: registered_runners
0 commit comments