Skip to content

Commit

Permalink
add tmate debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pykpkg47 authored Sep 5, 2024
1 parent 3dd3297 commit 4084c1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/complete-artifact-one-by-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,4 +308,8 @@ jobs:
armbian_artifacts: "${{inputs.armbian_target == 'kernel' && 'build/output/debs/' || 'build/output/images/'}}"
armbian_release_tittle: "Armbian image release for ${{inputs.armbian_board}}"
armbian_release_body: " kernel:${{inputs.armbian_kernel_branch}} \n distro: ${{inputs.armbian_release}} \n UI: ${{inputs.armbian_ui}} "

- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3

0 comments on commit 4084c1a

Please sign in to comment.