Skip to content

Commit b074d4e

Browse files
feat: add new default var
1 parent 588671f commit b074d4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

defaults/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ github_url: "https://github.com"
2323
# GitHub API
2424
github_api_url: "https://api.github.com"
2525

26+
# Number of runners to list per page
27+
github_api_runners_per_page: 100
28+
2629
# Personal Access Token for your GitHub account
2730
access_token: "{{ lookup('env', 'PERSONAL_ACCESS_TOKEN') }}"
2831

0 commit comments

Comments
 (0)