Skip to content

Tags: mxschmitt/action-tmate

Tags

v3.19

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

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

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

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

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

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)

v3.14

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for using action with Github Enterprise server (#148)

Co-authored-by: Johannes Schindelin <johannes.schindelin@gmx.de>

v1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for using action with Github Enterprise server (#148)

Co-authored-by: Johannes Schindelin <johannes.schindelin@gmx.de>

v3.13

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
devops: update manual test workflow runners (#140)

v3.12

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: add type:boolean to workflow_dispatch in README.md (#129)