Skip to content

Commit

Permalink
Add further debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Dec 27, 2023
1 parent 51afed7 commit 792ffbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
runs-on: ubuntu-20.04
needs: build # Don't deploy unless the build succeeds
steps:
- run: ls appspec*
- run: echo "Deploy branch is ${{ needs.build.outputs.github_branch }}"
- name: Get the secret-populated code
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 792ffbf

Please sign in to comment.