Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: mxschmitt/action-tmate

Tags

v3.23

Toggle v3.23's commit message

Verified

This tag was signed with the committer’s verified signature.
dscho Johannes Schindelin
Fix detection of Almalinux

In Almalinux, the `/etc/os-release` file contains the value we seek as a
quoted string, therefore it has to be unquoted explicitly.

v3

Toggle v3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #212 from mxschmitt/dependabot/npm_and_yarn/multi-…

…9944487052

chore(deps): bump @octokit/plugin-paginate-rest, @actions/github and @octokit/rest

v3.22

Toggle v3.22's commit message

Verified

This tag was signed with the committer’s verified signature.
dscho Johannes Schindelin
Add the `ssh-command`, `ssh-address` and `web-url` outputs

These outputs come in handy when starting this Action in detached mode
and, say, reporting the SSH address via a Slack message.

v3.21

Toggle v3.21's commit message

Verified

This tag was signed with the committer’s verified signature.
dscho Johannes Schindelin
Add the convenience Action `mxschmitt/action-tmate/detached`

This convenience Action merely switches the default value of the
`detached` setting to `true`.

v3.20

Toggle v3.20's commit message

Verified

This tag was signed with the committer’s verified signature.
dscho Johannes Schindelin
Add support for `msys2-location`

This allows specifying a different MSYS2 location than `C:\msys64` to
use when calling `pacman` to install `tmate`.

v3.19

Toggle v3.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #205 from lpottier/master

Adding support for RHEL-based distributions

v3.18

Toggle v3.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #189 from dave-gray101/feat-connect-timeout

Feat: Connect Timeout

v3.17

Toggle v3.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: bump dependencices (#172)

* - `@actions/tool-cache` v2.0.0 should not have any relevant breaking changes for us:
  - https://github.com/actions/toolkit/blob/main/packages/tool-cache/RELEASES.md
- `@octokit/rest` v19/v20 should also not affect us:
  - https://github.com/octokit/rest.js/releases/tag/v19.0.0
  - https://github.com/octokit/rest.js/releases/tag/v20.0.0
  - Except: https://github.com/octokit/octokit.js/#fetch-missing

Fixes #170

* chore: use Node.js 20 instead
node18 is LTS as of today, but not supported in GitHub Actions, so using node20 instead as per actions/runner#2619 (comment).

v3.16

Toggle v3.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #162 from dscho/detached-mode

Add support for a "detached" mode

v3.15

Toggle v3.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #153 from dscho/limit-access-to-actor-auto

Default to using public key authentication (if any public SSH key is registered)