From 1a1b4418c27e09eed2eab3499b966cc8efbe7fd4 Mon Sep 17 00:00:00 2001 From: Malene Lundemo Date: Fri, 7 Mar 2025 17:25:38 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 501c622..79300dd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,6 +19,9 @@ jobs: - name: Check environment variables run: env + - name: Echo + run: echo "this is a test" + #Doesn't work properly, envsubst replaces all instances of $variable and ${variable}, but we want to keep e.g., $host as nginx variables - name: Create temporary nginx config file run: envsubst < ./nginx_template.txt > temp_default.conf