Created
July 25, 2023 14:35
-
-
Save JayDoubleu/cb0254cf122e149777ab342695ed2407 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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