From 27e9569d1f0ed44637d946acb2ad0fc894521d1f Mon Sep 17 00:00:00 2001 From: Alex Stephen Date: Mon, 6 Jan 2020 14:24:11 -0800 Subject: [PATCH] Quotes in integration runner --- .github/workflows/integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 5648df93..0a1a183f 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -28,13 +28,13 @@ jobs: env: SERVICE_ACCOUNT_FILE: ${{ secrets.SERVICE_ACCOUNT_FILE }} run: | - echo $SERVICE_ACCOUNT_FILE > /tmp/service_account.json + echo "$SERVICE_ACCOUNT_FILE" > /tmp/service_account.json - name: Add test template env: TEST_SETTINGS_TEMPLATE: ${{ secrets.TEST_SETTINGS_TEMPLATE }} run: | pushd ~/.ansible/collections/ansible_collections/google/cloud - echo $TEST_SETTINGS_TEMPLATE > tests/integration/cloud-config-gcp.ini + echo "$TEST_SETTINGS_TEMPLATE" > tests/integration/cloud-config-gcp.ini - name: Run the tests run: | pushd ~/.ansible/collections/ansible_collections/google/cloud