We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f31c36b commit 21f81b2Copy full SHA for 21f81b2
.github/workflows/zhook.yml
@@ -20,10 +20,10 @@ jobs:
20
runs-on: ubuntu-24.04
21
name: POST Webhook
22
steps:
23
- - name: Debug
+ - name: Debug Environment
24
uses: hmarr/debug-action@v3
25
26
- - name: Install Valgrind
+ - name: Install Debug Tools
27
shell: bash
28
run: sudo apt-get install --yes valgrind gdb
29
requirements.txt
@@ -0,0 +1,2 @@
1
+requests
2
+openziti
0 commit comments