Skip to content

Commit

Permalink
ISSUE-204: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
beto-aveiga committed Nov 25, 2024
1 parent 40759e7 commit 523ad93
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions scaffold/github/actions/acquia/clone-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,20 @@ runs:
steps:
- name: Clone Environment
run: |
echo "=========== 1"
ls -a .github/
echo "=========== 2"
ls -a .github/actions/
echo "=========== 3"
ls -a .github/actions/drainpipe/
echo "=========== 4"
ls -a .github/actions/drainpipe/set-env/
source .github/actions/drainpipe/set-env/bash_aliases
drainpipe_exec "ACQUIA_API_KEY=${{ inputs.api-key }} ACQUIA_API_SECRET=${{ inputs.api-secret }} ./vendor/bin/task acquia:auth"
drainpipe_exec "acli env:mirror --no-config --no-interaction ${{ inputs.source-environment }} ${{ inputs.target-environment }}"
Expand Down

0 comments on commit 523ad93

Please sign in to comment.