File tree Expand file tree Collapse file tree 4 files changed +18
-4
lines changed Expand file tree Collapse file tree 4 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 11name : molecule test
22
33on :
4- push :
5- branches :
6- - master
74 pull_request :
85 branches :
96 - master
Original file line number Diff line number Diff line change 1+ ---
2+ - name : Check variables
3+ assert :
4+ that :
5+ - github_account is defined
6+ - access_token is defined
7+ - access_token | length > 0
8+ quiet : true
9+ run_once : yes
10+ tags :
11+ - install
12+ - uninstall
Original file line number Diff line number Diff line change 3737
3838- name : Build service name
3939 set_fact :
40- runner_service : " actions.runner.{{ github_owner | default(github_account[:45]) }}.{{ runner_name }}.service"
40+ runner_service : " actions.runner.{{ ( github_owner | default(github_account)) [:45] }}.{{ runner_name }}.service"
4141 tags :
4242 - install
4343 - uninstall
Original file line number Diff line number Diff line change 11---
2+ - include_tasks : assert.yml
3+ tags :
4+ - install
5+ - uninstall
6+
27- include_tasks : collect_info_org.yml
38 when : runner_org
49 tags :
You can’t perform that action at this time.
0 commit comments