Skip to content

Commit f11b921

Browse files
author
Thomas Lejeune
committed
Updated task text
1 parent 457f6ea commit f11b921

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tasks/collect_info_org.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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:
@@ -15,7 +15,7 @@
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:

tasks/collect_info_repo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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:
@@ -15,7 +15,7 @@
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:

0 commit comments

Comments
 (0)