Skip to content

Commit 617d257

Browse files
committed
rename ssh
1 parent f962bae commit 617d257

7 files changed

+7
-7
lines changed

.github/workflows/pipeline-build-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v4
2727

2828
# SSH Debug
29-
- name: Setup tmate session
29+
- name: Enable SSH
3030
uses: mxschmitt/action-tmate@v3
3131
if: inputs.debug
3232
with:

.github/workflows/pipeline-build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v4
3131

3232
# SSH Debug
33-
- name: Setup tmate session
33+
- name: Enable SSH
3434
uses: mxschmitt/action-tmate@v3
3535
if: inputs.debug
3636
with:

.github/workflows/pipeline-build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v4
2929

3030
# SSH Debug
31-
- name: Setup tmate session
31+
- name: Enable SSH
3232
uses: mxschmitt/action-tmate@v3
3333
if: inputs.debug
3434
with:

.github/workflows/pipeline-build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323

2424
# SSH Debug
25-
- name: Setup tmate session
25+
- name: Enable SSH
2626
uses: mxschmitt/action-tmate@v3
2727
if: inputs.debug
2828
with:

.github/workflows/tests-e2e-appimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@v4
4646

4747
# SSH Debug
48-
- name: Setup tmate session
48+
- name: Enable SSH
4949
uses: mxschmitt/action-tmate@v3
5050
if: inputs.debug
5151
with:

.github/workflows/tests-e2e-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: git config --global --add safe.directory /__w/RedisInsight/RedisInsight
5757

5858
# SSH Debug
59-
- name: Setup tmate session
59+
- name: Enable SSH
6060
uses: mxschmitt/action-tmate@v3
6161
if: inputs.debug
6262
with:

.github/workflows/tests-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- uses: actions/checkout@v4
9898

9999
# SSH Debug
100-
- name: Setup tmate session
100+
- name: Enable SSH
101101
uses: mxschmitt/action-tmate@v3
102102
if: inputs.debug
103103
with:

0 commit comments

Comments
 (0)