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 1
1
---
2
2
- block :
3
- - name : Get registration token for Orgs (RUN ONCE)
3
+ - name : Get registration token for organization (RUN ONCE)
4
4
uri :
5
5
url : " {{ github_api_url }}/orgs/{{ github_owner | default(github_account) }}/actions/runners/registration-token"
6
6
headers :
15
15
- install
16
16
- uninstall
17
17
18
- - name : Check currently registered runners for Orgs (RUN ONCE)
18
+ - name : Check currently registered runners for organization (RUN ONCE)
19
19
uri :
20
20
url : " {{ github_api_url }}/orgs/{{ github_owner | default(github_account) }}/actions/runners"
21
21
headers :
Original file line number Diff line number Diff line change 1
1
---
2
2
- block :
3
- - name : Get registration token for non-Orgs (RUN ONCE)
3
+ - name : Get registration token for repo (RUN ONCE)
4
4
uri :
5
5
url : " {{ github_api_url }}/repos/{{ github_owner | default(github_account) }}/{{ github_repo }}/actions/runners/registration-token"
6
6
headers :
15
15
- install
16
16
- uninstall
17
17
18
- - name : Check currently registered runners for non-Orgs (RUN ONCE)
18
+ - name : Check currently registered runners for repo (RUN ONCE)
19
19
uri :
20
20
url : " {{ github_api_url }}/repos/{{ github_owner | default(github_account) }}/{{ github_repo }}/actions/runners"
21
21
headers :
You can’t perform that action at this time.
0 commit comments