Add yml file to use tmate to debug containers on actions

This commit is contained in:
Ian Bell
2025-05-07 22:07:20 -04:00
parent c5b90c7d87
commit 8ba223e8b6

15
.github/workflows/dev_tmate.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: Debug ubuntu with tmate
on:
workflow_dispatch:
inputs:
branch:
description: 'Branch or tag to retrieve the binaries from'
required: false
default: 'master'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3