diff --git a/.github/workflows/manual-deploy.yml b/.github/workflows/manual-deploy.yml index 914ae0d1b..5382bf633 100644 --- a/.github/workflows/manual-deploy.yml +++ b/.github/workflows/manual-deploy.yml @@ -40,10 +40,7 @@ jobs: run: | gcloud builds submit \ --config cloudbuild.yaml \ - --substitutions SHORT_SHA="$SHORT_SHA",\ - BRANCH_NAME="$BRANCH_NAME",\ - _CHECKPOINT_SYNC="${{ github.event.inputs.checkpoint_sync }}",\ - _NETWORK="${{ github.event.inputs.network }}" + --substitutions SHORT_SHA="$SHORT_SHA",BRANCH_NAME="$BRANCH_NAME",_CHECKPOINT_SYNC="${{ github.event.inputs.checkpoint_sync }}",_NETWORK="${{ github.event.inputs.network }}" # Run once: create firewall rule to allow incoming traffic to the node # - name: Create Zcash incoming traffic firewall rule