From 79b5676708011f91ae3de86c015bbecb1d165d84 Mon Sep 17 00:00:00 2001 From: Luis Aveiga Date: Tue, 26 Nov 2024 09:15:06 -0500 Subject: [PATCH] ISSUE-204: fix paths --- scaffold/github/actions/acquia/deploy/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scaffold/github/actions/acquia/deploy/action.yml b/scaffold/github/actions/acquia/deploy/action.yml index 0a98b91b9..0eb82fec8 100644 --- a/scaffold/github/actions/acquia/deploy/action.yml +++ b/scaffold/github/actions/acquia/deploy/action.yml @@ -26,14 +26,14 @@ runs: using: "composite" steps: - name: Create GitHub Deployment - uses: .github/actions/drainpipe/common/deployment-create + uses: .github/actions/common/deployment-create with: github-token: ${{ inputs.github-token }} environment: ${{ inputs.environment }} - name: Put site in Maintenance Mode run: | - source .github/actions/drainpipe/common/set-env/bash_aliases + source .github/actions/common/set-env/bash_aliases drainpipe_exec "ACQUIA_API_KEY=${{ inputs.api-key }} ACQUIA_API_SECRET=${{ inputs.api-secret }} ./vendor/bin/task acquia:auth" ENVIRONMENT="${{ inputs.environment }}" APPLICATION=${ENVIRONMENT%.*}