Skip to content

Commit ff80fe7

Browse files
.
1 parent 57dc16b commit ff80fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inventory/group_vars/all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +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-
github_actions: "{{ lookup('env','GITHUB_ACTIONS') }}"
40+
github_actions: "{{ lookup('env','RUNNING_ON_GITHUB_ACTIONS') }}"
4141

4242
# setting default proxy (may be overwritten via --extra-vars)
4343
http_proxy: "{{ lookup('env','http_proxy') }}"

0 commit comments

Comments
 (0)