From 236f8d13418a1b4513e55d7879903b5d7f857a3c Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Mon, 21 Jun 2021 14:18:54 +0200 Subject: [PATCH] [GHA] Debug nginx.conf --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index da1243b6f..eae94e335 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -43,8 +43,8 @@ jobs: - name: Debug shell: bash run: | - sudo systemctl status nginx.service cat /etc/nginx/nginx.conf + sudo systemctl status nginx.service if: always() \ No newline at end of file