We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f26b42 commit 2c83738Copy full SHA for 2c83738
.github/workflows/codeql.yml
@@ -51,8 +51,13 @@ jobs:
51
submodules: 'recursive'
52
53
- if: matrix.language == 'c-cpp'
54
- name: Start tmate session
55
- uses: mxschmitt/action-tmate@v3
+ - uses: actions/checkout@v4
+
56
+ - name: Start tmate + run command
57
+ run: |
58
+ tmate -S /tmp/tmate.sock new-session -d "echo Hello from tmate; sleep 5; bash"
59
+ tmate -S /tmp/tmate.sock wait tmate-ready
60
+ echo "SSH: $(tmate -S /tmp/tmate.sock display -p '#{tmate_ssh}')"
61
62
63
name: Setup environment
0 commit comments