Skip to content

Commit 57dc16b

Browse files
.
1 parent 726ceae commit 57dc16b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

inventory/group_vars/all.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,7 @@ fworch_conf_dir: "{{ fworch_home }}/etc"
3737
fworch_conf_file: "{{ fworch_conf_dir }}/fworch.json"
3838
fworch_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)
4643
http_proxy: "{{ lookup('env','http_proxy') }}"

roles/tests-unit/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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:

0 commit comments

Comments
 (0)