diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 35c63989c0..18f273adc1 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -336,7 +336,7 @@ jobs: if: always() run: | if [ -f .pidfile_dev ]; then - kill $(cat .pidfile_dev) + kill "$(cat .pidfile_dev)" fi Docker-Start-Check: