Skip to content

Commit 5ef901f

Browse files
committed
Added an SSH server for debugging the action. Take 2
1 parent cefd788 commit 5ef901f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/python-app-no-gil.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- name: SSH server for debugging the action
16-
id: debug
17-
uses: efrecon/sshd-cloudflared@main
15+
16+
- uses: valeriangalliat/action-sshd-cloudflared@v4
17+
env:
18+
- IX_USERNAME: pyaf_tests
19+
- IX_PASSWORD: pyaf_tests
1820
- uses: actions/checkout@v4
1921
- name: Set up Python 3.14
2022
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)