Skip to content

Commit

Permalink
enable ssh debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hotzenklotz committed Oct 28, 2024
1 parent da87a2a commit a15f95c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ jobs:
ports:
- 5432:5432
steps:
# Enable tmate debugging of manually-triggered workflows if the input option was provided
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
- name: Checkout code
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit a15f95c

Please sign in to comment.