We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57dc16b commit ff80fe7Copy full SHA for ff80fe7
inventory/group_vars/all.yml
@@ -37,7 +37,7 @@ fworch_conf_dir: "{{ fworch_home }}/etc"
37
fworch_conf_file: "{{ fworch_conf_dir }}/fworch.json"
38
fworch_secrets_dir: "{{ fworch_conf_dir }}/secrets"
39
40
-github_actions: "{{ lookup('env','GITHUB_ACTIONS') }}"
+github_actions: "{{ lookup('env','RUNNING_ON_GITHUB_ACTIONS') }}"
41
42
# setting default proxy (may be overwritten via --extra-vars)
43
http_proxy: "{{ lookup('env','http_proxy') }}"
0 commit comments