File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,7 @@ fworch_conf_dir: "{{ fworch_home }}/etc"
3737fworch_conf_file : " {{ fworch_conf_dir }}/fworch.json"
3838fworch_secrets_dir : " {{ fworch_conf_dir }}/secrets"
3939
40-
41- github_actions : " {{ lookup('env','github_actions') }}"
42- github_actions_env :
43- github_actions : " {{ github_actions }}"
40+ github_actions : " {{ lookup('env','GITHUB_ACTIONS') }}"
4441
4542# setting default proxy (may be overwritten via --extra-vars)
4643http_proxy : " {{ lookup('env','http_proxy') }}"
Original file line number Diff line number Diff line change 1616 become_user : " {{ fworch_user }}"
1717 register : csharp_tests
1818 ignore_errors : false
19- environment : " {{ github_actions_env }}"
19+ environment : " {{ github_actions }}"
2020
2121 - name : show csharp test results in case of errors
2222 debug :
You can’t perform that action at this time.
0 commit comments