Closed rfay closed 1 year ago
Could you share your GitHub workflow with us? Or the step where you consume us? Are you using v3?
Thanks for the quick response. Sorry, I thought everybody was seeing this.
The workflow is https://github.com/ddev/ddev/blob/master/.github/workflows/colima-tests.yml
An example run (with tmate enabled) is at https://github.com/ddev/ddev/actions/runs/5878893665/job/15941867962
##[debug]Generated SSH-Key successfully
##[debug]Executing shell command: [echo 'set +e' >/tmp/tmate.bashrc]
##[debug]Creating new session
##[debug]Executing shell command: [tmate -S /tmp/tmate.sock -a "/Users/runner/.ssh/authorized_keys" set-option -g default-command "bash --rcfile /tmp/tmate.bashrc" \; new-session -d]
##[debug]Executing shell command: [tmate -S /tmp/tmate.sock wait tmate-ready]
##[debug]Created new session successfully
##[debug]Fetching connection strings
##[debug]Executing shell command: [tmate -S /tmp/tmate.sock display -p '#{tmate_ssh}']
ssh DLLQ59p8xZbKeCpxGyvbVJEug@nyc1.tmate.io
##[debug]Executing shell command: [tmate -S /tmp/tmate.sock display -p '#{tmate_web}']
::save-state name=isPost::true
Warning: The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
##[debug]Save intra-action state isPost = true
##[debug]Entering main loop
Seeing it here too, same set as @rfay for the tmate action.
Thanks!
When tmate starts up I see:
So that seems to imply that tmate is using this feature that they don't want us to use any more.
The article on the GitHub blog does show them having delayed the disabling for some time now, but they are ramping up the pressure.
This is tmate--2.4.0.monterey.bottle.tar.gz on macos-latest GitHub runner.