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 16473a7 commit 9a623daCopy full SHA for 9a623da
stop/action.yml
@@ -0,0 +1,10 @@
1
+name: Stop Dev Proxy
2
+description: Stop Dev Proxy
3
+runs:
4
+ using: composite
5
+ steps:
6
+ - name: Stop Dev Proxy
7
+ id: stop
8
+ run: |
9
+ curl -X POST http://127.0.0.1:8897/proxy/stopproxy
10
+ shell: bash
0 commit comments