Skip to content

Commit 7fce31f

Browse files
committed
Added an SSH server for debugging the action. Take 2
1 parent e1a5efc commit 7fce31f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515

1616
- uses: valeriangalliat/action-sshd-cloudflared@v4
1717
env:
18-
- IX_USERNAME: pyaf_tests
19-
- IX_PASSWORD: pyaf_tests
18+
IX_USERNAME: pyaf_tests
19+
IX_PASSWORD: pyaf_tests
2020
- uses: actions/checkout@v4
2121
- name: Set up Python 3.14
2222
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)