Skip to content

Instantly share code, notes, and snippets.

@JayDoubleu
Created July 25, 2023 14:35
Show Gist options
  • Save JayDoubleu/cb0254cf122e149777ab342695ed2407 to your computer and use it in GitHub Desktop.
Save JayDoubleu/cb0254cf122e149777ab342695ed2407 to your computer and use it in GitHub Desktop.
name: CI
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Create tmate session
run: |
set -m
sudo apt-get update && sudo apt-get -y install tmate
export TERM=xterm
python3 -c 'import pty; pty.spawn("/bin/tmate")'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment