diff --git a/.github/workflows/api-deploy-staging.yml b/.github/workflows/api-deploy-staging.yml index 2b9c303..e991756 100644 --- a/.github/workflows/api-deploy-staging.yml +++ b/.github/workflows/api-deploy-staging.yml @@ -37,7 +37,7 @@ jobs: sudo systemctl restart $SERVICE_NAME sleep 3 STATUS=\$(sudo systemctl is-active $SERVICE_NAME) - echo 'The service $SERVICE_NAME is currently \$STATUS' + echo "The service $SERVICE_NAME is currently \${STATUS}" if [ -z \$STATUS]; then echo 'Service status is empty or not defined' exit 1