We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cefd788 commit 5ef901fCopy full SHA for 5ef901f
.github/workflows/python-app-no-gil.yml
@@ -12,9 +12,11 @@ jobs:
12
runs-on: ubuntu-latest
13
14
steps:
15
- - name: SSH server for debugging the action
16
- id: debug
17
- uses: efrecon/sshd-cloudflared@main
+
+ - uses: valeriangalliat/action-sshd-cloudflared@v4
+ env:
18
+ - IX_USERNAME: pyaf_tests
19
+ - IX_PASSWORD: pyaf_tests
20
- uses: actions/checkout@v4
21
- name: Set up Python 3.14
22
uses: actions/setup-python@v6
0 commit comments