You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: detached/action.yml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -57,3 +57,11 @@ inputs:
57
57
[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
58
58
default: ${{ github.token }}
59
59
60
+
outputs:
61
+
ssh-command:
62
+
description: 'The SSH command to connect to the tmate session (only set when detached mode is enabled)'
63
+
ssh-address:
64
+
description: 'The raw SSH address without the "ssh" prefix (only set when detached mode is enabled)'
65
+
web-url:
66
+
description: 'The web URL to connect to the tmate session (only set when detached mode is enabled and web URL is available)'
0 commit comments