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 3b0af3a commit b4455deCopy full SHA for b4455de
start/action.yml
@@ -87,5 +87,7 @@ runs:
87
if [ "${{ inputs.auto-stop }}" = "true" ]; then
88
echo "Stopping Dev Proxy..."
89
curl -X POST http://127.0.0.1:8897/proxy/stopproxy
90
+ echo "http_proxy=" >> $GITHUB_ENV
91
+ echo "https_proxy=" >> $GITHUB_ENV
92
echo "Dev Proxy has been stopped."
93
fi
stop/action.yml
@@ -7,4 +7,6 @@ runs:
7
id: stop
8
run: |
9
10
11
12
shell: bash
0 commit comments