diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 2fc31eab4..0e55c8893 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -98,7 +98,7 @@ jobs: - name: Print VCAP Services run: | echo "VCAP SERVICES value on runner:" - echo $VCAP_SERVICES + echo "$VCAP_SERVICES" - name: Run Admin server # If we want to log stuff and see what's broken, # insert this line: