diff --git a/.github/workflows/update_primary_nginx.yml b/.github/workflows/update_primary_nginx.yml index e59aa96..7632325 100644 --- a/.github/workflows/update_primary_nginx.yml +++ b/.github/workflows/update_primary_nginx.yml @@ -24,6 +24,9 @@ jobs: run: envsubst '$http_host, $remote_addr, $proxy_add_x_forwarded_for' < ./nginx_template.txt > temp_default.conf # Maybe look at https://www.baeldung.com/linux/envsubst-command to get an idea + - name: user of runner + - run: whoami + - name: Copy temporary file to correct place run: cp temp_default.conf /etc/nginx/conf.d/nginx_securefit.conf