From 751f51dacc69e813326a8cd12cb28d077f236d95 Mon Sep 17 00:00:00 2001 From: Malene Lundemo Date: Fri, 7 Mar 2025 15:12:42 +0100 Subject: [PATCH 1/3] Update main.yml --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1a4c61f..5c28284 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions-runner@v2.319.1 - name: Dotenv Action uses: falti/dotenv-action@v1.1.4 with: @@ -25,7 +25,7 @@ jobs: # Maybe look at https://www.baeldung.com/linux/envsubst-command to get an idea - name: Copy temporary file to correct place - run: cp nginx.conf /etc/nginx/conf.d/default.conf + run: cp nginx.conf /etc/nginx/conf.d/nginx_securefit.conf - name: Show nginx file - run: cat /etc/nginx/conf.d/default.conf + run: cat /etc/nginx/conf.d/nginx_securefit.conf From 9d2ba65821d401c1289aa33fcd8bc12e8bca2917 Mon Sep 17 00:00:00 2001 From: Malene Lundemo Date: Fri, 7 Mar 2025 15:16:22 +0100 Subject: [PATCH 2/3] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5c28284..4e5b0dc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Checkout repository - uses: actions-runner@v2.319.1 + uses: action@v2.319.1 - name: Dotenv Action uses: falti/dotenv-action@v1.1.4 with: From 58347062b54db31f01ae97b47948858e3f77ea0e Mon Sep 17 00:00:00 2001 From: Malene Lundemo Date: Fri, 7 Mar 2025 15:23:16 +0100 Subject: [PATCH 3/3] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4e5b0dc..0a66f30 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Checkout repository - uses: action@v2.319.1 + uses: actions/checkout@v2.319.1 - name: Dotenv Action uses: falti/dotenv-action@v1.1.4 with: