From 26de3a18bc47bdb152ab5909b2475a1ea202917b Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 14 Sep 2020 14:53:54 -0700 Subject: [PATCH] tmate debugging tool --- .github/workflows/tmate.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/tmate.yml diff --git a/.github/workflows/tmate.yml b/.github/workflows/tmate.yml new file mode 100644 index 00000000..02e7bd33 --- /dev/null +++ b/.github/workflows/tmate.yml @@ -0,0 +1,12 @@ +name: tmate session + +on: + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3