diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 6f37deb733..35c63989c0 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -306,7 +306,7 @@ jobs: - name: Stop Production App run: | if [ -f .pidfile_prod ]; then - kill $(cat .pidfile_prod) + kill "$(cat .pidfile_prod)" fi - name: Start Development App