From c4b511010e8d91d2edca5637d6c16e8adcfa2bf3 Mon Sep 17 00:00:00 2001 From: techiemac Date: Tue, 3 Sep 2024 14:24:00 -0500 Subject: [PATCH] Update testworkflow.yml --- .github/workflows/testworkflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testworkflow.yml b/.github/workflows/testworkflow.yml index 67b16f5..c9461d5 100644 --- a/.github/workflows/testworkflow.yml +++ b/.github/workflows/testworkflow.yml @@ -42,9 +42,9 @@ jobs: deploy: runs-on: ubuntu-latest needs: build - environment: ${{ github.event.inputs.deployment_type || "Dev" }} + environment: ${{ github.event.inputs.deployment_type | "Development" }} steps: - name: Output deploy type - run: echo 'Deploy type';echo '${{ github.event.inputs.deployment_type || "Dev" }}' + run: echo 'Deploy type';echo '${{ github.event.inputs.deployment_type | "Development" }}' - name: Mock environmment deploy run: echo "Deploy to ${{ vars.ACCOUNT_ID }} with log level $LOG_LEVEL. Shhh the secret is ${{ secrets.SECRET_PASSWORD_TEST }} (GitHub obsfucates this)"