Skip to content

Commit

Permalink
ISSUE-204: more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
beto-aveiga committed Nov 26, 2024
1 parent 00fd90c commit deca1fa
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions scaffold/github/actions/acquia/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@ inputs:
runs:
using: "composite"
steps:
- name: debug
run: |
echo "==============="
ls -al
echo "==============="
ls -al .github/actions/drainpipe/common/deployment-create
shell: bash

- name: Create GitHub Deployment
uses: .github/actions/drainpipe/common/deployment-create
with:
Expand Down

0 comments on commit deca1fa

Please sign in to comment.