From f8b264becf07b4b9ffd7acaae1a46898f43a809c Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Mon, 21 Jun 2021 14:26:08 +0200 Subject: [PATCH] [GHA] Find Nginx Port --- .github/workflows/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index eae94e335..01154cf82 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -24,6 +24,7 @@ jobs: - name: Install Nginx Stable run: | + cat /etc/nginx/nginx.conf sudo apt remove nginx sudo apt purge nginx sudo add-apt-repository -y ppa:nginx/stable