File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11---
22- block :
3- - name : Get registration token for Orgs (RUN ONCE)
3+ - name : Get registration token for organization (RUN ONCE)
44 uri :
55 url : " {{ github_api_url }}/orgs/{{ github_owner | default(github_account) }}/actions/runners/registration-token"
66 headers :
1515 - install
1616 - uninstall
1717
18- - name : Check currently registered runners for Orgs (RUN ONCE)
18+ - name : Check currently registered runners for organization (RUN ONCE)
1919 uri :
2020 url : " {{ github_api_url }}/orgs/{{ github_owner | default(github_account) }}/actions/runners"
2121 headers :
Original file line number Diff line number Diff line change 11---
22- block :
3- - name : Get registration token for non-Orgs (RUN ONCE)
3+ - name : Get registration token for repo (RUN ONCE)
44 uri :
55 url : " {{ github_api_url }}/repos/{{ github_owner | default(github_account) }}/{{ github_repo }}/actions/runners/registration-token"
66 headers :
1515 - install
1616 - uninstall
1717
18- - name : Check currently registered runners for non-Orgs (RUN ONCE)
18+ - name : Check currently registered runners for repo (RUN ONCE)
1919 uri :
2020 url : " {{ github_api_url }}/repos/{{ github_owner | default(github_account) }}/{{ github_repo }}/actions/runners"
2121 headers :
You can’t perform that action at this time.
0 commit comments